summaryrefslogtreecommitdiff
path: root/tools/designer/src/designer
diff options
context:
space:
mode:
authorKent Hansen <khansen@trolltech.com>2009-08-19 13:47:26 +0200
committerKent Hansen <khansen@trolltech.com>2009-08-19 13:47:26 +0200
commita1e9064df37b4d82a239d86d1c4822b37d47f4d6 (patch)
treea5fce220dc6d533563b83368d0b2495c7252757f /tools/designer/src/designer
parent660a11df364615b390fc18d6e7c601eb24476948 (diff)
downloadqt4-tools-a1e9064df37b4d82a239d86d1c4822b37d47f4d6.tar.gz
make Qt Designer compile when Qt is configured with -no-script
Diffstat (limited to 'tools/designer/src/designer')
-rw-r--r--tools/designer/src/designer/designer.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/designer/src/designer/designer.pro b/tools/designer/src/designer/designer.pro
index aa6850c3bb..2050c72964 100644
--- a/tools/designer/src/designer/designer.pro
+++ b/tools/designer/src/designer/designer.pro
@@ -1,6 +1,7 @@
DESTDIR = ../../../../bin
-QT += xml network script
+QT += xml network
+contains(QT_CONFIG, script): QT += script
build_all:!build_pass {
CONFIG -= build_all
CONFIG += release