aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzy-test.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzzy-test/fuzzy-test.qbs')
-rw-r--r--tests/fuzzy-test/fuzzy-test.qbs1
1 files changed, 1 insertions, 0 deletions
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",