aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/animation/animation.pro
blob: adf83828fac797c6c5d6032012433c90343de396 (plain)
1
2
3
4
5
6
7
8
9
10
CONFIG += testcase
TEMPLATE = app
TARGET = tst_animation
QT += qml testlib core-private gui-private qml-private quick-private v8-private
macx:CONFIG -= app_bundle

SOURCES += tst_animation.cpp

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