aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorMaximilian Goldstein <max.goldstein@qt.io>2021-01-21 17:07:24 +0100
committerMaximilian Goldstein <max.goldstein@qt.io>2021-01-22 08:54:04 +0100
commitdea48b7e47e54236453cf83c8ef5670142fe01a2 (patch)
tree8d79564a86182a2775438030be16b648e0dbb62e /sync.profile
parent215d183860b52edd4e05009b3a4f6bdbf239b519 (diff)
Qt.labs.wavefrontmesh: Make plugin optional
This moves the wavefrontmesh 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: I9ab9dfc62ef9c205ce4649df33a6c1e2ac0ca639 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 09ca54c454..46c8a5a285 100644
--- a/sync.profile
+++ b/sync.profile
@@ -15,7 +15,8 @@
"QtQmlLocalStorage" => "$basedir/src/qmllocalstorage",
"QtLabsSettings" => "$basedir/src/labs/settings",
"QtLabsFolderListModel" => "$basedir/src/labs/folderlistmodel",
- "QtLabsAnimation" => "$basedir/src/labs/animation"
+ "QtLabsAnimation" => "$basedir/src/labs/animation",
+ "QtLabsWavefrontMesh" => "$basedir/src/labs/wavefrontmesh"
);
%inject_headers = (
"$basedir/src/qml" => [ "^qqmljsgrammar_p.h", "^qqmljsparser_p.h", "^qml_compile_hash_p.h" ],