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

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

CONFIG += testcase

SOURCES += tst_qframegraphnode.cpp

include(../commons/commons.pri)