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

TARGET = tst_qbuffer

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

CONFIG += testcase

SOURCES += tst_qbuffer.cpp

include(../commons/commons.pri)