summaryrefslogtreecommitdiffstats
path: root/src/plugins/sceneparsers/sceneparsers.pro
diff options
context:
space:
mode:
authorMäättä Antti <antti.maatta@qt.io>2017-04-18 10:09:47 +0300
committerSean Harmer <sean.harmer@kdab.com>2017-04-27 18:04:34 +0000
commit80e4d6db6b5636b839cef7e79b2b8ff528329ad6 (patch)
tree42cd4cb91d695492168548ccd3dc5f8853b32f29 /src/plugins/sceneparsers/sceneparsers.pro
parent873caffc95b6e279d68851cc0a8ed738980ebd0c (diff)
Modify configure to build with no assimp
Add -no-assimp configure to build without assimp. Task-number: QTBUG-60128 Change-Id: I2ca7bb68d3b659e18bd79039beb5cb6623473859 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/plugins/sceneparsers/sceneparsers.pro')
-rw-r--r--src/plugins/sceneparsers/sceneparsers.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/sceneparsers/sceneparsers.pro b/src/plugins/sceneparsers/sceneparsers.pro
index 7b50f654e..cb274b472 100644
--- a/src/plugins/sceneparsers/sceneparsers.pro
+++ b/src/plugins/sceneparsers/sceneparsers.pro
@@ -1,8 +1,9 @@
TEMPLATE = subdirs
# QNX is not supported, and Linux GCC 4.9 on ARM chokes on the assimp
# sources (https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66964).
-config_assimp|!cross_compile: SUBDIRS += assimp
-
+QT_FOR_CONFIG += 3dcore-private
+qtConfig(assimp):if(qtConfig(system-assimp)|!cross_compile): \
+ SUBDIRS += assimp
SUBDIRS += gltf
qtConfig(temporaryfile):qtConfig(regularexpression) {