summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorAndrew Stanley-Jones <andrew.stanley-jones@nokia.com>2012-06-25 16:25:33 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-25 08:34:02 +0200
commitf54ac2657f8320ae7bd211c614df2d335b4ff3a1 (patch)
treeefa6c640fa74f38edcdd5534e617d0bd827e113a /src/imports
parenta7d15b0bcd791d3aad42da578c840f88a7960d2a (diff)
Remove left over defines and fix the unix backend
Change-Id: If491cb14a1829baf84769c8425144e7848604c37 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/serviceframework/serviceframework.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/imports/serviceframework/serviceframework.pro b/src/imports/serviceframework/serviceframework.pro
index 70b09a21..471f38f5 100644
--- a/src/imports/serviceframework/serviceframework.pro
+++ b/src/imports/serviceframework/serviceframework.pro
@@ -19,9 +19,3 @@ HEADERS += qdeclarativeservice_p.h \
SOURCES += qdeclarativeservice.cpp \
qdeclarativeserviceold.cpp \
serviceframework.cpp
-
-jsondb|contains(QT_CONFIG, jsondb): {
- mtlib|config_mtlib {
- DEFINES += QT_NO_DBUS QT_MTCLIENT_PRESENT
- }
-}