summaryrefslogtreecommitdiffstats
path: root/src/core
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/core
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/core')
-rw-r--r--src/core/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index 86b31223f..47a726d82 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -4,7 +4,7 @@
"commandline": {
"options": {
- "assimp": { "type": "enum", "values": [ "qt", "system" ] },
+ "assimp": { "type": "enum", "values": [ "qt", "system", "no" ] },
"qt3d-profile-jobs": "boolean",
"qt3d-profile-gl": "boolean"
}