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

TARGET = tst_qadditiveclipblend

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

CONFIG += testcase

SOURCES += \
    tst_qadditiveclipblend.cpp

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