1TEMPLATE = subdirs
2SUBDIRS += compiler
3
4QT_FOR_CONFIG += gui
5
6# needed as angle is built before gui
7include($$OUT_PWD/../../gui/qtgui-config.pri)
8
9qtConfig(combined-angle-lib): SUBDIRS += QtANGLE
10else: SUBDIRS += libGLESv2 libEGL
11CONFIG += ordered
12