aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzy-test.qbs
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-02-26 02:53:29 -0500
committerJake Petroules <jake.petroules@petroules.com>2014-02-26 09:56:49 +0100
commitac69e0b8703512eee8791f832fc35b7253999f35 (patch)
tree06c8cfe1d0f5dc659794829175f844b09dd28d3d /tests/fuzzy-test/fuzzy-test.qbs
parenteac4bba41ed9e68dee9a019e0fedc51d220ef112 (diff)
Unbundle qbs_fuzzy-test on OS X.
Change-Id: Id7b62904e0e6e6f3cafbd553b9d8499c98c94530 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
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",