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

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

# Other examples need an IDL compiler
mingw:SUBDIRS = mediaplayer