summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/qgltf/qgltf.pro1
-rw-r--r--tools/tools.pro2
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/qgltf/qgltf.pro b/tools/qgltf/qgltf.pro
index a19f2e91c..df6dfa202 100644
--- a/tools/qgltf/qgltf.pro
+++ b/tools/qgltf/qgltf.pro
@@ -1,5 +1,4 @@
option(host_build)
-!cross_compile:load(qt_build_paths)
# Qt3D is free of Q_FOREACH - make sure it stays that way:
DEFINES *= QT_NO_FOREACH
diff --git a/tools/tools.pro b/tools/tools.pro
index 055f41250..09c7d8ebf 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,3 +1,3 @@
TEMPLATE = subdirs
-SUBDIRS = qgltf
+!android:SUBDIRS += qgltf
qgltf.CONFIG += host_build