aboutsummaryrefslogtreecommitdiff
path: root/mkspecs/features
diff options
context:
space:
mode:
authorMax Waterman <david.waterman@nokia.com>2010-07-03 17:11:37 +0300
committerJörgen Scheibengruber <jorgen.scheibengruber@nokia.com>2010-07-05 10:10:35 +0300
commitd32d2fbfbe79d88f269883e53ebc2c84276ff69f (patch)
treecf96592c96748b075dfa96da5dcbd82fa08e3fe8 /mkspecs/features
parent9e56a9ac0eca787802ea9cceba9b1d5c44b73117 (diff)
Fixes: NB#175447 - meegotouch doesn't add dbus to QT features, but it needs...
RevBy: Jörgen Details: Added QT+=dbus to the meegotouch_common.prf file for unix. Adjusted examples/{chaining,servicefw} project files to test and use new config.
Diffstat (limited to 'mkspecs/features')
-rw-r--r--mkspecs/features/meegotouch_common.prf2
1 files changed, 2 insertions, 0 deletions
diff --git a/mkspecs/features/meegotouch_common.prf b/mkspecs/features/meegotouch_common.prf
index 5724da4f..207ff6c9 100644
--- a/mkspecs/features/meegotouch_common.prf
+++ b/mkspecs/features/meegotouch_common.prf
@@ -2,6 +2,8 @@ include(meegotouch_defines.prf)
include(meegotouch_mgen.prf)
include(meegotouch_mmoc.prf)
+unix:QT += dbus
+
macx {
INCLUDEPATH += /Library/Frameworks/m.framework/Headers
}