aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.pro
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-22 14:35:56 +0100
committerUlf Hermann <ulf.hermann@theqtcompany.com>2016-01-22 14:28:48 +0000
commit90ba088773f669b9c87a000ff781b7033679679f (patch)
tree4ddc8f06b4b7724e66e14dcb37c08faf6565a789 /src/src.pro
parentce093497f2d4164fa8abc06cf976f9e36798e11e (diff)
Don't build qmldebug or qmlprofiler on -no-qml-debug
qmlprofiler depends on qmldebug and won't work with that version of Qt anyway. Change-Id: I86a180671b8d7c84e9ab05ff1cef4e6a5ea4f7f3 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 18e9ba6704..385e4eb601 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -14,8 +14,9 @@ qtHaveModule(gui):contains(QT_CONFIG, opengl(es1|es2)?) {
SUBDIRS += \
plugins \
- qmldebug \
imports \
qmldevtools
+!contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmldebug
+
qmldevtools.CONFIG = host_build