aboutsummaryrefslogtreecommitdiff
path: root/mkspecs/features/meegotouch_common.prf
diff options
context:
space:
mode:
Diffstat (limited to 'mkspecs/features/meegotouch_common.prf')
-rw-r--r--mkspecs/features/meegotouch_common.prf4
1 files changed, 3 insertions, 1 deletions
diff --git a/mkspecs/features/meegotouch_common.prf b/mkspecs/features/meegotouch_common.prf
index 0ec21d78..12e3ca32 100644
--- a/mkspecs/features/meegotouch_common.prf
+++ b/mkspecs/features/meegotouch_common.prf
@@ -2,7 +2,9 @@ include(meegotouch_defines.prf)
include(meegotouch_mgen.prf)
include(meegotouch_mmoc.prf)
-unix:QT += dbus
+contains(DEFINES, HAVE_DBUS) {
+ QT += dbus
+}
macx {
INCLUDEPATH += /Library/Frameworks/m.framework/Headers