summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/renderqueue/renderqueue.pro
blob: 945fe4cf4209e75bda700379b1b564777287d347 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

TARGET = tst_renderqueue

QT += 3dcore 3dcore-private 3drender 3drender-private testlib

CONFIG += testcase

SOURCES += tst_renderqueue.cpp

include(../../core/common/common.pri)