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.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/benchmarks/declarative/script/script.pro b/tests/benchmarks/declarative/script/script.pro
deleted file mode 100644
index 6b454beed5..0000000000
--- a/tests/benchmarks/declarative/script/script.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += testcase
-TEMPLATE = app
-TARGET = tst_script
-macx:CONFIG -= app_bundle
-CONFIG += release
-
-SOURCES += tst_script.cpp
-
-QT += core-private gui-private v8-private declarative-private quick-private testlib
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"