summaryrefslogtreecommitdiffstats
path: root/util/cmake/helper.py
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@qt.io>2019-09-17 15:58:33 +0200
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-09-17 17:11:37 +0000
commit17e11745f1ec9611f44bf821cb08a926d1242a65 (patch)
treea4c3abfc44ad0d01150aeb69f0c0c38ac4fec1ce /util/cmake/helper.py
parentc3b79e79afd8dd15aaf6ca4a0a62fd30fcd2f11a (diff)
Add initial support for QtKnx cmake
Change-Id: I419d15ca0bb0b02e11001b75d0c612dddfa3abec Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: Qt CMake Build Bot
Diffstat (limited to 'util/cmake/helper.py')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index b5190e6bca..42b1396dfe 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -103,6 +103,7 @@ _qt_library_map = [
LibraryMapping('input', 'Qt6', 'Qt::InputSupport', extra = ['COMPONENTS', 'InputSupport']),
LibraryMapping('input_support', 'Qt6', 'Qt::InputSupport', extra = ['COMPONENTS', 'InputSupport']),
LibraryMapping('installer-lib', 'Qt6', 'Qt::AppManInstaller', extra = ['COMPONENTS', 'AppManInstaller']),
+ LibraryMapping('knx', 'Qt6', 'Qt::Knx', extra = ['COMPONENTS', 'Knx']),
LibraryMapping('kmsconvenience', 'Qt6', 'Qt::KmsSupport', extra = ['COMPONENTS', 'KmsSupport']),
LibraryMapping('kms_support', 'Qt6', 'Qt::KmsSupport', extra = ['COMPONENTS', 'KmsSupport']),
LibraryMapping('launcher-lib', 'Qt6', 'Qt::AppManLauncher', extra = ['COMPONENTS', 'AppManLauncher']),