summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-02-07 15:14:56 +0000
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-02-10 11:58:22 +0100
commitf653515003a8e4c1dae5ba93afd0a6e72e9783cc (patch)
tree21d82c45963a743306ada0f124c310e611fc9dfa /sync.profile
parent4cce3d37ebd35df207ff8dae6f53c576b156202c (diff)
Initial import of Qt3DCore and Renderer aspect
For now the renderer aspect is still compiled into the Qt3DCore library. This needs to be split out into a plugin so it can be loaded dynamically along with other future aspects. Change-Id: Iba8402b35c7ebc1c503d438c87aad77f5fef2261 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
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 4cc2ddca0..aec8fc637 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,4 +1,5 @@
%modules = ( # path to module name map
+ "Qt3DCore" => "$basedir/src/threed",
"Qt3D" => "$basedir/src/threed",
"Qt3DQuick" => "$basedir/src/quick3d",
);