summaryrefslogtreecommitdiffstats
path: root/src/angle/angle.pro
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 /src/angle/angle.pro
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 'src/angle/angle.pro')
-rw-r--r--src/angle/angle.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/angle/angle.pro b/src/angle/angle.pro
index 721caf880a..83510698d3 100644
--- a/src/angle/angle.pro
+++ b/src/angle/angle.pro
@@ -6,5 +6,5 @@ SUBDIRS += src
# 2) If we made a 'QtANGLE' module, the include directory would be flattened which won't work since
# we need to support "#include <GLES2/gl2.h>"
CONFIG += minimal_syncqt
-QMAKE_SYNCQT_OPTIONS = -module KHR -module EGL -module GLES2 -version none
+QMAKE_SYNCQT_OPTIONS = -module QtANGLE/KHR -module QtANGLE/EGL -module QtANGLE/GLES2 -version none
load(qt_module_headers)