aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/animation/animation.pro
blob: 43cf6ccdde85fcc0be6d0e542eb48ec86d878602 (plain)
1
2
3
4
5
6
7
8
9
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\\\"