summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
blob: 36adbb591b92015b60d8501cebf7cfd0228705e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE = subdirs
SUBDIRS += standalone
qtHaveModule(widgets) {
    SUBDIRS += \
        qt3dsexplorer \
        datamodelgen
}
qtHaveModule(quick) {
    SUBDIRS += \
        qml3dapi \
        pureqml3d \
        manylayersinquick \
        dynamicloadingapp
}