summaryrefslogtreecommitdiffstats
path: root/src/angle/src/src.pro
blob: b1f9572edcb86820b2563e38abf3ee12b1cdd744 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs
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