aboutsummaryrefslogtreecommitdiffstats
path: root/sources/cmake_helpers
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2021-01-26 17:23:04 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2021-02-05 13:34:06 +0100
commitaf1c32a6580b9514319b9f1d53510b4532cea913 (patch)
tree7a34d32052cf870f1f52451b64e6e6b7551c925f /sources/cmake_helpers
parente18868bfbc588e63ff4d2e821c6bce1c7cbe4fb6 (diff)
Add bindings for Qt Designer
For the extensions, provide bases classes inheriting from QObject and the extension as is done for QPyTextObject. Task-number: PYSIDE-1455 Change-Id: Ie22c3bf94fe05b4bfa236774038a3a7b7a9d5d07 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/cmake_helpers')
-rw-r--r--sources/cmake_helpers/helpers.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/cmake_helpers/helpers.cmake b/sources/cmake_helpers/helpers.cmake
index 446b7940b..bb40aa8bc 100644
--- a/sources/cmake_helpers/helpers.cmake
+++ b/sources/cmake_helpers/helpers.cmake
@@ -16,6 +16,7 @@ endmacro()
macro(collect_optional_modules)
# Collect all optional modules.
set(ALL_OPTIONAL_MODULES
+ Designer
Xml
Help Multimedia
MultimediaWidgets