diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-08-19 11:47:26 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-08-19 11:47:26 (GMT) |
commit | a1e9064df37b4d82a239d86d1c4822b37d47f4d6 (patch) | |
tree | a5fce220dc6d533563b83368d0b2495c7252757f /mkspecs | |
parent | 660a11df364615b390fc18d6e7c601eb24476948 (diff) | |
download | Qt-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')
-rw-r--r-- | mkspecs/features/designer.prf | 3 |
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 |