aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzy-test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzzy-test/fuzzy-test.pro')
-rw-r--r--tests/fuzzy-test/fuzzy-test.pro11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/fuzzy-test/fuzzy-test.pro b/tests/fuzzy-test/fuzzy-test.pro
deleted file mode 100644
index 97083ef7a..000000000
--- a/tests/fuzzy-test/fuzzy-test.pro
+++ /dev/null
@@ -1,11 +0,0 @@
-TARGET = qbs_fuzzy-test
-DESTDIR = ../../bin
-CONFIG += console
-CONFIG -= app_bundle
-SOURCES = main.cpp \
- commandlineparser.cpp \
- fuzzytester.cpp
-
-HEADERS += \
- commandlineparser.h \
- fuzzytester.h