summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
blob: 360c356ebdd685adae3bda78ab96e211467727ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE = subdirs

SUBDIRS += \
    simple-cpp \
    3d-text


qtHaveModule(widgets) {
    SUBDIRS += basicshapes-cpp
}

qtHaveModule(quick) {
    SUBDIRS += \
        simple-qml \
        simplecustommaterial \
        multiviewport \
        controls
}

EXAMPLE_FILES += \
    exampleresources