aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdynamicpropertyanimation/qquickdynamicpropertyanimation.pro
blob: bfec48fc9d93aea838f3c9a0e458cfd358d2395f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
CONFIG += testcase
TARGET = tst_qquickdynamicpropertyanimation
SOURCES += tst_qquickdynamicpropertyanimation.cpp

include (../../shared/util.pri)

macx:CONFIG -= app_bundle

TESTDATA = data/*

CONFIG += parallel_test

QT += core gui qml quick testlib