aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-01-21 13:55:52 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-01-22 10:26:23 +0100
commit0e80f902923a38cfdbcc1a6eb67d0cdceec4abb1 (patch)
tree425499b025c7b49c7306a68fb2fc3745e6b2f0c0 /sync.profile
parent75437f824d4c3a608af9eb1afddcb4d8c1a25944 (diff)
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 <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 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" ],