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

TARGET = tst_qbuffer

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

CONFIG += testcase

SOURCES += tst_qbuffer.cpp

include(../commons/commons.pri)