summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorPasi Keranen <pasi.keranen@digia.com>2014-02-13 16:43:18 +0200
committerSean Harmer <sean.harmer@kdab.com>2014-02-14 14:43:10 +0100
commit8267045c79e6a9359bc71dea5ece637276e29967 (patch)
treecd1d658b70d2428a177fa05ba4b2b148fe56dfc4 /sync.profile
parent59ad5f7fbe28f1290c0d9fec249ae7952e648a42 (diff)
Fix for Mac OS X 10.8 compilation issues.
Changed used GL version to 3.2 and put use of double vector definitions behind #ifdef. Also removed references to old code from sync.profile. Change-Id: I806cd882de22f828fbacd162c71b71f52bbd5fbe 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 aec8fc637..7796cf2e5 100644
--- a/sync.profile
+++ b/sync.profile
@@ -1,5 +1,5 @@
%modules = ( # path to module name map
- "Qt3DCore" => "$basedir/src/threed",
+ "Qt3DCore" => "$basedir/src/core",
"Qt3D" => "$basedir/src/threed",
"Qt3DQuick" => "$basedir/src/quick3d",
);