summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2020-12-14 14:32:15 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2020-12-21 13:22:49 +0100
commit9f432a540a2e5d036eb29f927f1f207ed3a57ed0 (patch)
treec71b841e76bf588b739c93fb71ead85ba25e4ef4 /util/cmake
parente40b31fe6803dea39649c7c61eaca5b8d597dacf (diff)
configurejson2cmake: Rename assimp to qt3d-assimp
Adapt to changes in qt3d. Change-Id: Ie21425ef30442c9ca4d6f288f8ca8bf8d4e4f6e3 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'util/cmake')
-rw-r--r--util/cmake/helper.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 499b9db92b..f7de8e75cb 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -599,9 +599,9 @@ _library_map = [
LibraryMapping("sdl2", "WrapSDL2", "WrapSDL2::WrapSDL2"),
LibraryMapping("hunspell", "Hunspell", "Hunspell::Hunspell"),
LibraryMapping(
- "assimp",
- "WrapAssimp",
- "WrapAssimp::WrapAssimp",
+ "qt3d-assimp",
+ "WrapQt3DAssimp",
+ "WrapQt3DAssimp::WrapQt3DAssimp",
extra=["5"],
run_library_test=True,
resultVariable="TEST_assimp",