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

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

CONFIG += testcase

SOURCES += tst_qframegraph.cpp

include(../commons/commons.pri)