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

TARGET = tst_qattribute

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

CONFIG += testcase

SOURCES += tst_qattribute.cpp

include(../commons/commons.pri)