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

TARGET = tst_qadditiveblend

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

CONFIG += testcase

SOURCES += \
    tst_qadditiveblend.cpp

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