summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/qt3d.pro
blob: a646243521ec68c4777d5827a2f8b87eeb541514 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
TEMPLATE = subdirs

SUBDIRS += \
    simple-qml \
    simple-cpp \
    multiviewport \
    wireframe \
    shadow-map-qml \
    materials \
    wave \
    materials-cpp \
    scene3d \
    controls \
    anaglyph-rendering \
    planets-qml \
    instanced-arrays-qml \
    lights \
    compute-particles \
    3d-text \
    qardboard \
    advancedcustommaterial \
    simplecustommaterial

qtHaveModule(multimedia): SUBDIRS += audio-visualizer-qml

# qmake seems to break in some CI configurations, disable this for now
#SUBDIRS += qgltf

# TODO Port the old examples to new APIs
#SUBDIRS += qt3d

qtHaveModule(widgets): SUBDIRS += basicshapes-cpp

EXAMPLE_FILES += \
    exampleresources