summaryrefslogtreecommitdiffstats
path: root/tests/manual/manual.pro
blob: 2f630e0d9e91480e9ba6f0bd7ea5807108e8dca7 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
TEMPLATE = subdirs

SUBDIRS += \
    assimp \
    bigscene-cpp \
    bigmodel-qml \
    bigscene-instanced-qml \
    clip-planes-qml \
    component-changes \
    custom-mesh-cpp \
    custom-mesh-cpp-indirect \
    custom-mesh-qml \
    custom-mesh-update-data-cpp \
    custom-mesh-update-data-qml \
    cylinder-cpp \
    cylinder-parent-test \
    cylinder-qml \
    deferred-renderer-cpp \
    deferred-renderer-qml \
    downloading \
    dragging \
    dynamicscene-cpp \
    enabled-qml \
    gltf \
    gooch-qml \
    keyboardinput-qml \
    loader-qml \
    lod \
    mouseinput-qml \
    multiplewindows-qml \
    picking-qml \
    plasma \
    pointlinesize \
    scene3d-loader \
    simple-shaders-qml \
    skybox \
    tessellation-modes \
    transforms-qml \
    spritegrid \
    transparency-qml \
    transparency-qml-scene3d \
    rendercapture-qml \
    additional-attributes-qml \
    dynamic-model-loader-qml \
    buffercapture-qml \
    render-qml-to-texture \
    render-qml-to-texture-qml \
    video-texture-qml \
    animation-keyframe-simple \
    animation-keyframe-blendtree \
    distancefieldtext \
    mesh-morphing \
    anim-viewer \
    animation-keyframe-programmatic \
    layerfilter-qml \
    skinned-mesh \
    rigged-simple \
    proximityfilter \
    rendercapture-qml-fbo \
    blitframebuffer-qml \
    raycasting-qml \
    shared_texture_image \
    texture_property_updates \
    raster-cpp \
    raster-qml \
    qtbug-72236 \
    qtbug-76766 \
    shader-image-qml \
    scene3d-in-sync \
    compressed_textures \
    subtree-enabler-qml \
    scene3d-visibility \
    manual-renderloop

!macos:!uikit: SUBDIRS += compute-manual


qtHaveModule(multimedia): {
    SUBDIRS += \
        sharedtexture \
        sharedtextureqml
}

qtHaveModule(widgets): {
    SUBDIRS += \
        assimp-cpp \
        paintedtexture-cpp \
        rendercapture-cpp \
        texture-updates-cpp
}