summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2017-01-20 14:27:08 +0200
committerAntti Määttä <antti.maatta@qt.io>2017-02-28 09:48:17 +0000
commit154c3a9b44082a176a9700b5086a7bc758155a25 (patch)
tree0a95efa2fcfe715a861602d0be9dce0d226c6ff1 /sync.profile
parent0bb720013d93c34d589c352a53405d8110fa57fe (diff)
Move scene2d to own module and implement conditional plugin loading
- Add quick3dscene2d module - Add importsscene2d qml module - Modify RenderAspect to load plugins conditionally - change autotests to match the module change Change-Id: If6596472acbd9a377561b2bfd2094a0585c781ac Reviewed-by: Antti Määttä <antti.maatta@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 27b98417e..5382d7e88 100644
--- a/sync.profile
+++ b/sync.profile
@@ -10,6 +10,7 @@
"Qt3DLogic" => "$basedir/src/logic",
"Qt3DExtras" => "$basedir/src/extras",
"Qt3DQuickExtras" => "$basedir/src/quick3d/quick3dextras",
+ "Qt3DQuickScene2D" => "$basedir/src/quick3d/quick3dscene2d",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);