aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/holistic/holistic.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/holistic/holistic.pro')
-rw-r--r--tests/benchmarks/declarative/holistic/holistic.pro13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/benchmarks/declarative/holistic/holistic.pro b/tests/benchmarks/declarative/holistic/holistic.pro
deleted file mode 100644
index 586af79275..0000000000
--- a/tests/benchmarks/declarative/holistic/holistic.pro
+++ /dev/null
@@ -1,13 +0,0 @@
-CONFIG += testcase
-TEMPLATE = app
-TARGET = tst_holistic
-QT += declarative network testlib
-macx:CONFIG -= app_bundle
-
-CONFIG += release
-
-SOURCES += tst_holistic.cpp \
- testtypes.cpp
-HEADERS += testtypes.h
-
-DEFINES += SRCDIR=\\\"$$PWD\\\"