summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2013-06-05 13:24:23 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-06-10 21:12:13 +0200
commitb35ea875a12e89661f370df7e91c4791234aaa44 (patch)
tree02f9cbaf9021d9757a98c809dbb10a80041dd36a /sync.profile
parent366d276f8c534819b0624ea86e36c7f2eb020f24 (diff)
put ANGLE includes in a QtANGLE subdir
otherwise even non-angle builds with pre-generated headers will get them into their include path, which is Not Good (tm). Change-Id: Ie98354297baf3564ef82b3d4a32e5763e625b8f2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sync.profile b/sync.profile
index 91503d425f..74e29a7acf 100644
--- a/sync.profile
+++ b/sync.profile
@@ -11,9 +11,9 @@
"QtDBus" => "$basedir/src/dbus",
"QtConcurrent" => "$basedir/src/concurrent",
"QtPlatformSupport" => "$basedir/src/platformsupport",
- "KHR" => "!$basedir/src/3rdparty/angle/include/KHR",
- "GLES2" => "!$basedir/src/3rdparty/angle/include/GLES2",
- "EGL" => "!$basedir/src/3rdparty/angle/include/EGL",
+ "QtANGLE/KHR" => "!$basedir/src/3rdparty/angle/include/KHR",
+ "QtANGLE/GLES2" => "!$basedir/src/3rdparty/angle/include/GLES2",
+ "QtANGLE/EGL" => "!$basedir/src/3rdparty/angle/include/EGL",
"QtZlib" => "!$basedir/src/3rdparty/zlib",
"QtOpenGLExtensions" => "$basedir/src/openglextensions",
);