summaryrefslogtreecommitdiffstats
path: root/examples/3dstudioruntime2/3dstudioruntime2.pro
blob: d03ce05aff7ce906bbec1714da3c73c2bffa46cb (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 \
               scenemanip
}

qtHaveModule(widgets) {
    SUBDIRS += simplewidget
}