summaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rw-r--r--tools/tools.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/tools.pro b/tools/tools.pro
index 4dbd7496a..8e973aecb 100644
--- a/tools/tools.pro
+++ b/tools/tools.pro
@@ -1,2 +1,4 @@
TEMPLATE = subdirs
-qtConfig(commandlineparser):!android:SUBDIRS += qgltf
+QT_FOR_CONFIG += 3dcore-private
+!android:qtConfig(assimp):qtConfig(commandlineparser): \
+ SUBDIRS += qgltf