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

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

CONFIG += testcase

SOURCES += tst_qframegraph.cpp

include(../commons/commons.pri)