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

TARGET = tst_attribute

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

CONFIG += testcase

SOURCES += \
    tst_attribute.cpp

include(../commons/commons.pri)