summaryrefslogtreecommitdiffstats
path: root/examples/opengl/legacy/legacy.pro
blob: 0a74d50f7f27fb646b147aeb769512602dd9e6cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
requires(qtHaveModule(opengl))

TEMPLATE      = subdirs

!contains(QT_CONFIG, dynamicgl): !contains(QT_CONFIG, opengles2) {
    # legacy desktop-only examples, no dynamic GL support
    SUBDIRS   = \
                grabber \
                hellogl \
                overpainting \
                pbuffers \
                framebufferobject2 \
                samplebuffers
}

EXAMPLE_FILES = shared