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

TARGET = tst_entity

QT += 3dcore 3dcore-private 3drender 3drender-private testlib

CONFIG += testcase

SOURCES += tst_entity.cpp

include(../commons/commons.pri)