summaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-04-05 14:48:24 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-25 03:18:48 +0200
commita7d15b0bcd791d3aad42da578c840f88a7960d2a (patch)
tree0fc5821bc5a502fa190f0fb46ee62adf24256d90 /src/imports
parent8af2c946d686c56df0f86c328c99d1bd89869cb7 (diff)
switch to new-style configure tests
Change-Id: Iae80d8e22f4f5347b020c20364bfe110c22bc549 Reviewed-by: Andrew Stanley-Jones <andrew.stanley-jones@nokia.com>
Diffstat (limited to 'src/imports')
-rw-r--r--src/imports/serviceframework/serviceframework.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/serviceframework/serviceframework.pro b/src/imports/serviceframework/serviceframework.pro
index 09079a23..70b09a21 100644
--- a/src/imports/serviceframework/serviceframework.pro
+++ b/src/imports/serviceframework/serviceframework.pro
@@ -21,7 +21,7 @@ SOURCES += qdeclarativeservice.cpp \
serviceframework.cpp
jsondb|contains(QT_CONFIG, jsondb): {
- mtlib|contains(config_test_mtlib, yes): {
+ mtlib|config_mtlib {
DEFINES += QT_NO_DBUS QT_MTCLIENT_PRESENT
}
}