aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/binding/binding.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/benchmarks/declarative/binding/binding.pro')
-rw-r--r--tests/benchmarks/declarative/binding/binding.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/benchmarks/declarative/binding/binding.pro b/tests/benchmarks/declarative/binding/binding.pro
deleted file mode 100644
index ba59080232..0000000000
--- a/tests/benchmarks/declarative/binding/binding.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-CONFIG += testcase
-TEMPLATE = app
-TARGET = tst_binding
-QT += declarative testlib
-macx:CONFIG -= app_bundle
-
-SOURCES += tst_binding.cpp testtypes.cpp
-HEADERS += testtypes.h
-
-# Define SRCDIR equal to test's source directory
-DEFINES += SRCDIR=\\\"$$PWD\\\"