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

TARGET = tst_uniform

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

CONFIG += testcase

SOURCES += \
    tst_uniform.cpp

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