summaryrefslogtreecommitdiffstats
path: root/src/angle/src/src.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/angle/src/src.pro')
-rw-r--r--src/angle/src/src.pro10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/angle/src/src.pro b/src/angle/src/src.pro
index 77c3ee7198..b1f9572edc 100644
--- a/src/angle/src/src.pro
+++ b/src/angle/src/src.pro
@@ -1,3 +1,11 @@
TEMPLATE = subdirs
-SUBDIRS += compiler QtANGLE
+SUBDIRS += compiler
+
+QT_FOR_CONFIG += gui
+
+# needed as angle is built before gui
+include($$OUT_PWD/../../gui/qtgui-config.pri)
+
+qtConfig(combined-angle-lib): SUBDIRS += QtANGLE
+else: SUBDIRS += libGLESv2 libEGL
CONFIG += ordered