summaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorTomi Korpipaa <tomi.korpipaa@qt.io>2017-11-10 12:26:20 +0200
committerTomi Korpipää <tomi.korpipaa@qt.io>2017-11-10 11:59:52 +0000
commitd56481d191d5e4085219f7b8ef69845cfd66c982 (patch)
treedb8f0f334eafcf386686f16bfd46cb8e4c5a4d59 /src/3rdparty
parentdf0f5be9c93cb0132c16f26cd8b464be1130e710 (diff)
Disable compilation for unsupported targets
Task-number: BOUL-931 Change-Id: I5f4681164a06887e1bb1428805a3fde2d5819ab6 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/3rdparty.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/3rdparty.pro b/src/3rdparty/3rdparty.pro
index b40d274d..99f53fd3 100644
--- a/src/3rdparty/3rdparty.pro
+++ b/src/3rdparty/3rdparty.pro
@@ -4,7 +4,7 @@ SUBDIRS += \
Lua \
EASTL
-!boot2qt:!android:!integrity:!qnx {
+!cross_compile:!qnx {
SUBDIRS += \
pcre \
ColladaDOM/TinyXML \