From ac09bd40fa3d38e1416503ac0b39797e93d332d9 Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Wed, 9 Dec 2020 16:49:59 +0100 Subject: [PATCH] CMake: pro2cmake: Add mapping for qmldom library Change-Id: Ibd8dbec5fa04192fc57a233a18908cba290f986b Reviewed-by: Joerg Bornemann --- util/cmake/helper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/util/cmake/helper.py b/util/cmake/helper.py index 05b640edc34..499b9db92b4 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -268,6 +268,7 @@ _qt_library_map = [ LibraryMapping("qmldevtools", "Qt6", "Qt::QmlDevTools", extra=["COMPONENTS", "QmlDevTools"]), LibraryMapping("qmlcompiler", "Qt6", "Qt::QmlCompiler", extra=["COMPONENTS", "QmlCompiler"]), LibraryMapping("qml", "Qt6", "Qt::Qml", extra=["COMPONENTS", "Qml"]), + LibraryMapping("qmldom", "Qt6", "Qt::QmlDom", extra=["COMPONENTS", "QmlDom"]), LibraryMapping("qmlmodels", "Qt6", "Qt::QmlModels", extra=["COMPONENTS", "QmlModels"]), LibraryMapping("qmltest", "Qt6", "Qt::QuickTest", extra=["COMPONENTS", "QuickTest"]), LibraryMapping(