summaryrefslogtreecommitdiffstats
path: root/src/core/configure.json
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2017-03-16 14:59:45 +0200
committerAntti Määttä <antti.maatta@qt.io>2017-03-17 08:27:59 +0000
commit4bab2a05c834a10081a19ed3aa7a478abc3e9ed1 (patch)
tree221a8abe3a9c98bcbcdbb2f551f4afd100e0779a /src/core/configure.json
parenta49b335bd5f1708c95d534fc166758bcbfb2f231 (diff)
Require system assimp library version greater than 3.3.1
This will use the qt assimp lib if system assimp doesn't include the modifications in the qt assimp. Task-number: QTBUG-59121 Change-Id: I4072723e0bd543a62600f432ccc3f1d8f17af209 Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/configure.json')
-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 ed44bfaeb..028f4e0bc 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -13,7 +13,7 @@
"label": "Assimp",
"test": "assimp",
"sources": [
- { "type": "pkgConfig", "args": "assimp" },
+ { "type": "pkgConfig", "args": "assimp > 3.3.1" },
"-lassimp"
]
}