aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2021-04-16 11:09:29 +0200
committerMitch Curtis <mitch.curtis@qt.io>2021-04-21 14:37:10 +0200
commit93bd34b78fb33fbf8f2a2c3f97a512ba41de2575 (patch)
tree855451dbd757c28ffdf4663f47b4f45e11b2d8f9 /sync.profile
parentab3cecbd2a9c9d8178bebc32955e8e94d30037d8 (diff)
Add QtCore module
[ChangeLog][QtQmlCore] Added QtCore QML module. Currently this only contains the StandardPaths singleton, but in the future could expose lots of useful types from Qt Core to QML. Fixes: QTBUG-92806 Change-Id: Ib99e2c5512ee04d6af1322f985fc9da965cf13a4 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 af3c268ef9..23b01bdd19 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,6 @@
%modules = ( # path to module name map
"QtQml" => "$basedir/src/qml",
+ "QtQmlCore" => "$basedir/src/core",
"QtQuick" => "$basedir/src/quick",
"QtQuickShapes" => "$basedir/src/quickshapes",
"QtQuickWidgets" => "$basedir/src/quickwidgets",