summaryrefslogtreecommitdiffstats
path: root/util/cmake
diff options
context:
space:
mode:
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",