summaryrefslogtreecommitdiffstats
path: root/examples/studio3d/studio3d.pro
blob: 05213bd3b43c70734b3907a9bdf2de983069a351 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

SUBDIRS += \
    cppdatainput

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