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

SUBDIRS += \
    cppdatainput

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