aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/script/script.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/script/script.pro')
-rw-r--r--tests/benchmarks/declarative/script/script.pro10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/benchmarks/declarative/script/script.pro b/tests/benchmarks/declarative/script/script.pro
deleted file mode 100644
index 310d17d3c9..0000000000
--- a/tests/benchmarks/declarative/script/script.pro
+++ /dev/null
@@ -1,10 +0,0 @@
-CONFIG += testcase
-TEMPLATE = app
-TARGET = tst_script
-QT += declarative testlib
-macx:CONFIG -= app_bundle
-CONFIG += release
-
-SOURCES += tst_script.cpp
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"