aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Ionascu <stanislav.ionascu@nokia.com>2010-12-09 13:13:31 +0200
committerStanislav Ionascu <stanislav.ionascu@nokia.com>2010-12-09 13:13:31 +0200
commite374b3f7c88a5c75199943cbe8bb87a28b85968e (patch)
treee1298432130313a3e067c3460562a03e00f659be
parentde656af8f00b39d94d84df36b967ee5945ab9453 (diff)
Changes: Do not include QT dbus in case if meegotouch was configured with -no-dbus option.
RevBy: Sergiy Dubovik Details: In case if we have QT dbus libraries installed, but meegotouch is configured without its support then don't include it.
-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