diff options
Diffstat (limited to 'tests/benchmarks/qml/animation/animation.pro')
-rw-r--r-- | tests/benchmarks/qml/animation/animation.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/benchmarks/qml/animation/animation.pro b/tests/benchmarks/qml/animation/animation.pro new file mode 100644 index 0000000000..5efac8da1c --- /dev/null +++ b/tests/benchmarks/qml/animation/animation.pro @@ -0,0 +1,10 @@ +TEMPLATE = app +TARGET = tst_animation +QT += qml +macx:CONFIG -= app_bundle + +SOURCES += tst_animation.cpp + +DEFINES += SRCDIR=\\\"$$PWD\\\" + +QT += testlib core-private gui-private qml-private quick-private v8-private |