aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/animation/animation.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/qml/animation/animation.pro')
-rw-r--r--tests/benchmarks/qml/animation/animation.pro5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/benchmarks/qml/animation/animation.pro b/tests/benchmarks/qml/animation/animation.pro
index 58933cf038..e089884a7e 100644
--- a/tests/benchmarks/qml/animation/animation.pro
+++ b/tests/benchmarks/qml/animation/animation.pro
@@ -1,11 +1,10 @@
+CONFIG += testcase
TEMPLATE = app
TARGET = tst_animation
-QT += qml
+QT += qml testlib core-private gui-private qml-private quick-private
macx:CONFIG -= app_bundle
SOURCES += tst_animation.cpp
DEFINES += SRCDIR=\\\"$$PWD\\\"
-
-QT += testlib core-private gui-private qml-private quick-private
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0