aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSami Shalayel <sami.shalayel@qt.io>2022-06-02 12:18:18 +0200
committerSami Shalayel <sami.shalayel@qt.io>2022-07-01 13:55:42 +0200
commitaba13583ac1e42ca1a8b0c0a0fac9e0ec3d72460 (patch)
treeecd73ee48b8b774112e4400744a0575e93477535 /sync.profile
parent281c5bf81504165349c156774fdf3bd5264e3ee0 (diff)
qmltyperegistrar: Extract into own library
Split qmltyperegistrar in two parts: the tool (commandline parsing etc) and the lib (that does the actual qmltyperegistration generation). The tool lives at tools/qmltyperegistrar and the lib lives in src/qmltyperegistrar. This would allow to test qmltyperegistrar and is a first step into adding some structure to qmltyperegistrar. Moves the qqmljsstreamwriter from QmlCompiler to QmlTypeRegistrar. Also, moves the qmltypes.prf from the lib to the tool, so it can still be used from qmake projects! Fixes: QTBUG-103862 Change-Id: I8627d1181db139d043228a802f047a35bff63bb5 Reviewed-by: Fabian Kosmale <fabian.kosmale@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 d7c15bc6d1..b7e81f09d7 100644
--- a/sync.profile
+++ b/sync.profile
@@ -13,6 +13,7 @@
"QtQmlModels" => "$basedir/src/qmlmodels",
"QtQmlWorkerScript" => "$basedir/src/qmlworkerscript",
"QtQmlCompiler" => "$basedir/src/qmlcompiler",
+ "QtQmlTypeRegistrar" => "$basedir/src/qmltyperegistrar/",
"QtQmlDom" => "$basedir/src/qmldom",
"QtQuickLayouts" => "$basedir/src/quicklayouts",
"QtQmlLocalStorage" => "$basedir/src/qmllocalstorage",