summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2019-11-11 14:56:45 +0100
committerDominik Holland <dominik.holland@qt.io>2019-11-11 15:12:26 +0100
commit3bc48291f9443e435f20755d8ddc62ba0b13d40c (patch)
treed842712473afa0ef195d5b3e2701e827eeccb480
parent161bd31824126ee38a33b9267347440af09cabd8 (diff)
Don't build appman-packager and appman-uploader when cross compiling
Both tools are native tools and are not supposed to be cross-compiled. To support the yocto SDK creation the tools can be forced to be build by using the 'tools-only' config option. Change-Id: I89e34b3bb18b59dde1a807949eb41d1ba535da7b Reviewed-by: Robert Griebl <robert.griebl@qt.io>
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 63e95d48..590b5811 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -113,7 +113,7 @@ SUBDIRS = \
tools_launcher_qml \
}
-!android:SUBDIRS += \
+!cross_compile | tools-only:SUBDIRS += \
tools_packager \
tools_uploader \