From 0e80f902923a38cfdbcc1a6eb67d0cdceec4abb1 Mon Sep 17 00:00:00 2001 From: Maximilian Goldstein Date: Thu, 21 Jan 2021 13:55:52 +0100 Subject: Qt.labs.qmlmodels: Make plugin optional This moves the qmlmodels 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: Ib76d1f0b592cc52f6396864fb4be3bb41c4df27b 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 46c8a5a285..5d256dd647 100644 --- a/sync.profile +++ b/sync.profile @@ -16,7 +16,8 @@ "QtLabsSettings" => "$basedir/src/labs/settings", "QtLabsFolderListModel" => "$basedir/src/labs/folderlistmodel", "QtLabsAnimation" => "$basedir/src/labs/animation", - "QtLabsWavefrontMesh" => "$basedir/src/labs/wavefrontmesh" + "QtLabsWavefrontMesh" => "$basedir/src/labs/wavefrontmesh", + "QtLabsQmlModels" => "$basedir/src/labs/models" ); %inject_headers = ( "$basedir/src/qml" => [ "^qqmljsgrammar_p.h", "^qqmljsparser_p.h", "^qml_compile_hash_p.h" ], -- cgit v1.2.3