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

SOURCES += tst_animation.cpp

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