aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@qt.io>2016-12-23 20:12:19 +0100
committerOswald Buddenhagen <oswald.buddenhagen@qt.io>2017-01-26 16:59:10 +0000
commit90d62f4c028c41a0ee4ee0ab7597795cd16cc9b4 (patch)
treeb31f22332b2a25bb9a3d3b886af04218a711809a
parent9aed949bb99b9bf328322457a02ad1a9fb330f2d (diff)
remove obsolete host build declarations from subdirs projects
follows up qtbase/4eb2feb2. Change-Id: I13ba74fb25dfd059782b369350fa14e44b70bf79 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--src/src.pro2
-rw-r--r--tests/auto/auto.pro2
-rw-r--r--tools/tools.pro3
3 files changed, 0 insertions, 7 deletions
diff --git a/src/src.pro b/src/src.pro
index 21925c9330..c2a58c3757 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -21,5 +21,3 @@ SUBDIRS += \
qmldevtools
qtConfig(localserver):!contains(QT_CONFIG, no-qml-debug): SUBDIRS += qmldebug
-
-qmldevtools.CONFIG = host_build
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index f25742fb14..1e80f1bf65 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -18,6 +18,4 @@ qtHaveModule(gui):qtConfig(opengl(es1|es2)?) {
# console applications not supported
uikit: SUBDIRS -= qmltest
-qmldevtools.CONFIG = host_build
-
installed_cmake.depends = cmake
diff --git a/tools/tools.pro b/tools/tools.pro
index 3952ec4b01..f3988a909a 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -4,9 +4,6 @@ SUBDIRS += \
qmlmin \
qmlimportscanner
-qmlmin.CONFIG = host_build
-qmlimportscanner.CONFIG = host_build
-
!android|android_app {
SUBDIRS += \
qml \