From 9f432a540a2e5d036eb29f927f1f207ed3a57ed0 Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Mon, 14 Dec 2020 14:32:15 +0100 Subject: configurejson2cmake: Rename assimp to qt3d-assimp Adapt to changes in qt3d. Change-Id: Ie21425ef30442c9ca4d6f288f8ca8bf8d4e4f6e3 Reviewed-by: Mike Krus --- util/cmake/helper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util') 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", -- cgit v1.2.3