summaryrefslogtreecommitdiffstats
path: root/tools/qml/qml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/qml/qml.pro')
-rw-r--r--tools/qml/qml.pro6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/qml/qml.pro b/tools/qml/qml.pro
index 669b4cea..80b1e19a 100644
--- a/tools/qml/qml.pro
+++ b/tools/qml/qml.pro
@@ -14,16 +14,16 @@ INSTALLS += target
wince* {
QT += xml
- contains(QT_CONFIG, scripttools) {
+ qtHaveModule(scripttools) {
QT += scripttools
}
contains(QT_CONFIG, phonon) {
QT += phonon
}
- contains(QT_CONFIG, xmlpatterns) {
+ qtHaveModule(xmlpatterns) {
QT += xmlpatterns
}
- contains(QT_CONFIG, webkitwidgets) {
+ qtHaveModule(webkitwidgets) {
QT += webkitwidgets
}
}