summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimations/qdeclarativeanimations.pro
blob: d6ff8a20629ede03266447a63a5bca856b2dffeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
CONFIG += testcase
TARGET = tst_qdeclarativeanimations

QT += testlib declarative declarative-private core-private gui-private widgets-private
SOURCES += tst_qdeclarativeanimations.cpp
macx:CONFIG -= app_bundle

DEFINES += SRCDIR=\\\"$$PWD\\\"

CONFIG += parallel_test

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0