aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickspringanimation/qquickspringanimation.pro
blob: 2f0395d3ea88282f1ca7690f9d5d9e90de737778 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CONFIG += testcase
TARGET = tst_qquickspringanimation
macx:CONFIG -= app_bundle

SOURCES += tst_qquickspringanimation.cpp

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

TESTDATA = data/*

CONFIG += parallel_test

QT += core-private gui-private  qml-private quick-private testlib
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0