aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/fuzzy-test/fuzzy-test.pro1
-rw-r--r--tests/fuzzy-test/fuzzy-test.qbs1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/fuzzy-test/fuzzy-test.pro b/tests/fuzzy-test/fuzzy-test.pro
index 29cf93501..97083ef7a 100644
--- a/tests/fuzzy-test/fuzzy-test.pro
+++ b/tests/fuzzy-test/fuzzy-test.pro
@@ -1,6 +1,7 @@
TARGET = qbs_fuzzy-test
DESTDIR = ../../bin
CONFIG += console
+CONFIG -= app_bundle
SOURCES = main.cpp \
commandlineparser.cpp \
fuzzytester.cpp
diff --git a/tests/fuzzy-test/fuzzy-test.qbs b/tests/fuzzy-test/fuzzy-test.qbs
index 881aa5e89..87d6af196 100644
--- a/tests/fuzzy-test/fuzzy-test.qbs
+++ b/tests/fuzzy-test/fuzzy-test.qbs
@@ -5,6 +5,7 @@ CppApplication {
destinationDirectory: "bin"
Depends { name: "Qt.core" }
condition: Qt.core.versionMajor >= 5 // We use QDir::removeRecursively()
+ type: "application"
consoleApplication: true
files: [
"commandlineparser.cpp",