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

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

CONFIG += testcase

SOURCES += tst_qframegraphnode.cpp

include(../../core/common/common.pri)