From f0068e7b030c8a73f12e58ef9227aa68ba6388e5 Mon Sep 17 00:00:00 2001 From: Ulf Hermann Date: Sun, 4 Oct 2020 11:17:25 +0200 Subject: CMake: Add library mapping for QmlCompiler This is necessary for pro2cmake.py to work on qmlcompiler.pro. Change-Id: I356a6333d3bcc15daf6f2692a2b7ca82c9f37c85 Reviewed-by: Alexandru Croitor --- util/cmake/helper.py | 1 + 1 file changed, 1 insertion(+) (limited to 'util/cmake') diff --git a/util/cmake/helper.py b/util/cmake/helper.py index eb607a957a..6a5cf9c51d 100644 --- a/util/cmake/helper.py +++ b/util/cmake/helper.py @@ -249,6 +249,7 @@ _qt_library_map = [ LibraryMapping("purchasing", "Qt6", "Qt::Purchasing", extra=["COMPONENTS", "Purchasing"]), LibraryMapping("qmldebug", "Qt6", "Qt::QmlDebug", extra=["COMPONENTS", "QmlDebug"]), 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("qmlmodels", "Qt6", "Qt::QmlModels", extra=["COMPONENTS", "QmlModels"]), LibraryMapping("qmltest", "Qt6", "Qt::QuickTest", extra=["COMPONENTS", "QuickTest"]), -- cgit v1.2.3