summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/activeqt.pro
blob: 43ccbebf7c53222df400f160f87f8d0ad3831491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE      = subdirs
SUBDIRS      += comapp \
                hierarchy \
                menus \
                multiple \
                simple \
                wrapper

contains(QT_CONFIG, opengl):!contains(QT_CONFIG, opengles2): SUBDIRS += opengl
qtHaveModule(quickcontrols2):SUBDIRS += simpleqml

# For now the examples need an IDL compiler
mingw:SUBDIRS = ""