aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-11-25 14:54:08 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-12-02 12:52:42 +0100
commitfa1ba8ed8e6abe66076a858f3d390c28f08441f3 (patch)
treed2251f5994d87f408aa4ae9126cdb76b017fb2ed /sync.profile
parenta9d571e847c6202991d8b26bd5663279a400418e (diff)
Split QML registration macros into their own module
This allows modules to mark objects to be registered with QML, without depending on qtdeclarative. A library using that module can then be passed to qt6_generate_foreign_qml_types to add its types to a dedicated QML library. Fixes: QTBUG-92258 Change-Id: I8f9071a974902186088e12c1e7848ea138f85716 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 06ff8e2f00..8134c21328 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,4 +1,5 @@
%modules = ( # path to module name map
+ "QtQmlIntegration" => "$basedir/src/qmlintegration",
"QtQml" => "$basedir/src/qml",
"QtQmlCore" => "$basedir/src/core",
"QtQuick" => "$basedir/src/quick",