aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-01-20 11:25:25 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-01-20 15:20:52 +0100
commitfb6158732b6615d26e7800a2a7821fe854363d29 (patch)
tree7ca4a7a9db0302a1572258a6644d291f02bf24b5 /sync.profile
parent2506938d829bf146e45e121116f870942c0453e1 (diff)
QtQuick.LocalStorage: Make plugin optional
This moves the LocalStorage types into a new library and is meant to make them availabe to the QML compiler at some point in the future. Task-number: QTBUG-90487 Change-Id: I57ae8dc45a9ef3d5221520f656a2475bca2eb453 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 406286d7a5..6e4eb3e0ed 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,6 +12,7 @@
"QtQmlCompiler" => "$basedir/src/qmlcompiler",
"QtQmlDom" => "$basedir/src/qmldom",
"QtQuickLayouts" => "$basedir/src/quicklayouts",
+ "QtQmlLocalStorage" => "$basedir/src/qmllocalstorage"
);
%inject_headers = (
"$basedir/src/qml" => [ "^qqmljsgrammar_p.h", "^qqmljsparser_p.h", "^qml_compile_hash_p.h" ],