summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/3dstudioruntime2.pro
blob: 37e384d2887927db587ee2e1126221536a0aa735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = subdirs

SUBDIRS += \
    simplewindow \
    simpleoffscreen

qtHaveModule(quick) {
    SUBDIRS += simpleqml \
               qmldatainput \
               layersinquick
}

qtHaveModule(widgets) {
    SUBDIRS += simplewidget
}