From 0fb373c9a2ebc31f76b27bfa5c2e59dadefeaf08 Mon Sep 17 00:00:00 2001 From: Maximilian Goldstein Date: Wed, 20 Jan 2021 14:48:05 +0100 Subject: 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 --- sync.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sync.profile') 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" ], -- cgit v1.2.3