summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/designer.prf
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-19 11:47:26 (GMT)
committerKent Hansen <khansen@trolltech.com>2009-08-19 11:47:26 (GMT)
commita1e9064df37b4d82a239d86d1c4822b37d47f4d6 (patch)
treea5fce220dc6d533563b83368d0b2495c7252757f /mkspecs/features/designer.prf
parent660a11df364615b390fc18d6e7c601eb24476948 (diff)
downloadQt-a1e9064df37b4d82a239d86d1c4822b37d47f4d6.zip
Qt-a1e9064df37b4d82a239d86d1c4822b37d47f4d6.tar.gz
Qt-a1e9064df37b4d82a239d86d1c4822b37d47f4d6.tar.bz2
make Qt Designer compile when Qt is configured with -no-script
Diffstat (limited to 'mkspecs/features/designer.prf')
-rw-r--r--mkspecs/features/designer.prf3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkspecs/features/designer.prf b/mkspecs/features/designer.prf
index 61a30cf..fa40caa 100644
--- a/mkspecs/features/designer.prf
+++ b/mkspecs/features/designer.prf
@@ -1,4 +1,5 @@
-QT += xml script
+QT += xml
+contains(QT_CONFIG, script): QT += script
qt:load(qt)
plugin:DEFINES += QDESIGNER_EXPORT_WIDGETS