summaryrefslogtreecommitdiffstats
path: root/src/gui/gui.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/gui/gui.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/gui/gui.pro')
-rw-r--r--src/gui/gui.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/gui.pro b/src/gui/gui.pro
index e2dd5efcde..3203b41362 100644
--- a/src/gui/gui.pro
+++ b/src/gui/gui.pro
@@ -12,6 +12,12 @@ MODULE_PLUGIN_TYPES = \
platforms \
imageformats
+# This is here only because the platform plugin is no module, obviously.
+win32:contains(QT_CONFIG, angle) {
+ MODULE_AUX_INCLUDES = \
+ \$\$QT_MODULE_INCLUDE_BASE/QtANGLE
+}
+
load(qt_module)
# Code coverage with TestCocoon