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

TARGET = tst_qchannelmapping

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

CONFIG += testcase

SOURCES += \
    tst_qchannelmapping.cpp

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