summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2014-03-28 14:29:05 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-29 20:36:00 +0100
commit39a3a07ca9b4d9ebbfb5fe70b4f63d17ac783547 (patch)
treeb466597f9589eb7589868db849fef0dec0ad6d2a /sync.profile
parent6b9ff7a719e95d148f8eedb71ed8bffe13e086b9 (diff)
Relocate the render aspect outside of core
Change-Id: I636442d2d71342fd248b90674176cede895feab2 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.profile b/sync.profile
index 363fd197b..e0a379ed7 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,6 +1,6 @@
%modules = ( # path to module name map
"Qt3DCore" => "$basedir/src/core",
- "Qt3DRenderer" => "$basedir/src/core/render",
+ "Qt3DRenderer" => "$basedir/src/render",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
);