summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-07-07 16:32:09 +0200
committerJoerg Bornemann <joerg.bornemann@theqtcompany.com>2015-07-08 11:54:02 +0000
commitc6f3565ed92d9f7fabd9403d70076a109b263065 (patch)
tree31eb7c8b9c11416c9aa0f631f2f6e2833d303152 /src
parent355f60c6e729fc8a159ed4667d793097e7cbd696 (diff)
fix non-ANGLE build
Task-number: QTBUG-47058 Change-Id: Ia695d78bfba90fc31f598582032fceb6fda83e79 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/core/qtwebengine.gypi5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/core/qtwebengine.gypi b/src/core/qtwebengine.gypi
index 0975cf3d7..b3e645a9b 100644
--- a/src/core/qtwebengine.gypi
+++ b/src/core/qtwebengine.gypi
@@ -78,6 +78,11 @@
},
},
}],
+ ['qt_os=="win32" and qt_gl=="opengl"', {
+ 'include_dirs': [
+ '<(chromium_src_dir)/third_party/khronos',
+ ],
+ }],
['OS=="win"', {
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',