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

SUBDIRS += \
    simplewindow \
    simpleoffscreen

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

qtHaveModule(widgets) {
    SUBDIRS += simplewidget
}