diff options
| author | Joerg Bornemann <[email protected]> | 2020-12-14 14:32:15 +0100 | 
|---|---|---|
| committer | Joerg Bornemann <[email protected]> | 2020-12-21 13:22:49 +0100 | 
| commit | 9f432a540a2e5d036eb29f927f1f207ed3a57ed0 (patch) | |
| tree | c71b841e76bf588b739c93fb71ead85ba25e4ef4 /util/cmake/helper.py | |
| parent | e40b31fe6803dea39649c7c61eaca5b8d597dacf (diff) | |
configurejson2cmake: Rename assimp to qt3d-assimp
Adapt to changes in qt3d.
Change-Id: Ie21425ef30442c9ca4d6f288f8ca8bf8d4e4f6e3
Reviewed-by: Mike Krus <[email protected]>
Diffstat (limited to 'util/cmake/helper.py')
| -rw-r--r-- | util/cmake/helper.py | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 499b9db92b4..f7de8e75cbe 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",  | 
