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

TARGET = tst_attribute

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

CONFIG += testcase

SOURCES += \
    tst_attribute.cpp

include(../commons/commons.pri)