aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-01-20 14:48:05 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-01-20 17:28:10 +0100
commit0fb373c9a2ebc31f76b27bfa5c2e59dadefeaf08 (patch)
tree8df5099729d1e7fd9a973b4caf8fa1db7ca31de0 /sync.profile
parenta738c3566790c6e9abeea3c4c3dacfceaa82f66a (diff)
Qt.labs.settings: Make plugin optional
This moves the settings 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: I986615b08ea8c1a7312b9d9c6ae0b13c03fb5497 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 6e4eb3e0ed..0659492b77 100644
--- a/sync.profile
+++ b/sync.profile
@@ -12,7 +12,8 @@
"QtQmlCompiler" => "$basedir/src/qmlcompiler",
"QtQmlDom" => "$basedir/src/qmldom",
"QtQuickLayouts" => "$basedir/src/quicklayouts",
- "QtQmlLocalStorage" => "$basedir/src/qmllocalstorage"
+ "QtQmlLocalStorage" => "$basedir/src/qmllocalstorage",
+ "QtLabsSettings" => "$basedir/src/labs/settings"
);
%inject_headers = (
"$basedir/src/qml" => [ "^qqmljsgrammar_p.h", "^qqmljsparser_p.h", "^qml_compile_hash_p.h" ],