configurejson2cmake: Rename assimp to qt3d-assimp
Adapt to changes in qt3d. Change-Id: Ie21425ef30442c9ca4d6f288f8ca8bf8d4e4f6e3 Reviewed-by: Mike Krus <mike.krus@kdab.com>
This commit is contained in:
parent
e40b31fe68
commit
9f432a540a
@ -599,9 +599,9 @@ _library_map = [
|
|||||||
LibraryMapping("sdl2", "WrapSDL2", "WrapSDL2::WrapSDL2"),
|
LibraryMapping("sdl2", "WrapSDL2", "WrapSDL2::WrapSDL2"),
|
||||||
LibraryMapping("hunspell", "Hunspell", "Hunspell::Hunspell"),
|
LibraryMapping("hunspell", "Hunspell", "Hunspell::Hunspell"),
|
||||||
LibraryMapping(
|
LibraryMapping(
|
||||||
"assimp",
|
"qt3d-assimp",
|
||||||
"WrapAssimp",
|
"WrapQt3DAssimp",
|
||||||
"WrapAssimp::WrapAssimp",
|
"WrapQt3DAssimp::WrapQt3DAssimp",
|
||||||
extra=["5"],
|
extra=["5"],
|
||||||
run_library_test=True,
|
run_library_test=True,
|
||||||
resultVariable="TEST_assimp",
|
resultVariable="TEST_assimp",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user