summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/render.pro
blob: 5cb2a88c3b6278d809d585cd7a0a1e98dd8ba0cb (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs

contains(QT_CONFIG, private_tests) {
    SUBDIRS += \
        renderentity \
        renderqueues \
        renderrenderpass \
        qgraphicsutils \
        rendershader
}