aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tools.pro
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@digia.com>2013-02-19 14:47:12 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-20 08:52:28 +0100
commit35989314618c9fc0ef495d2903fb9afda65dcb9d (patch)
treea0e216f5a431bbf7995150cfd3e916a19ef9327b /tools/tools.pro
parentce447efe1dc546ff5f7d3b3d327f1759231124f2 (diff)
Fixed build when Qt is configured with -no-opengl.
Task-number: QTBUG-28849 Change-Id: I331ebca76892ce7ffbc6f8e03ff4afe0c8e28d5e Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
Diffstat (limited to 'tools/tools.pro')
-rw-r--r--tools/tools.pro11
1 files changed, 4 insertions, 7 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index c193cc97d0..86e2f3804f 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,11 +1,8 @@
TEMPLATE = subdirs
+qtHaveModule(quick): SUBDIRS += qmlscene qmlplugindump
+qtHaveModule(qmltest): SUBDIRS += qmltestrunner
SUBDIRS += \
- qmlscene \
- qmlplugindump \
qmlmin \
qmlprofiler \
- qmlbundle \
- qmltestrunner
-qtHaveModule(widgets): SUBDIRS += qmleasing
-
-
+ qmlbundle
+qtHaveModule(quick):qtHaveModule(widgets): SUBDIRS += qmleasing