aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test/fuzzy-test.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-02-21 12:01:40 +0100
committerChristian Kandeler <christian.kandeler@digia.com>2014-02-21 12:17:08 +0100
commit5ac50ff29a88767a3d3fc104abc8c3131ab1aa10 (patch)
treee1b4db6bb32ca3a113ccf2ce10c2aea4e500533d /tests/fuzzy-test/fuzzy-test.qbs
parentbab99ac39ad9de7f1c244006ccfd49852941ac26 (diff)
Rename the fuzzy tester executable.
Having the "qbs-" prefix makes it a qbs sub-command, which we don't want. Change-Id: I20a907cd32ab4f12d26a60c64fa996eabc3403b4 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/fuzzy-test/fuzzy-test.qbs')
-rw-r--r--tests/fuzzy-test/fuzzy-test.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzzy-test/fuzzy-test.qbs b/tests/fuzzy-test/fuzzy-test.qbs
index 1951450ae..881aa5e89 100644
--- a/tests/fuzzy-test/fuzzy-test.qbs
+++ b/tests/fuzzy-test/fuzzy-test.qbs
@@ -1,7 +1,7 @@
import qbs
CppApplication {
- name: "qbs-fuzzy-test"
+ name: "qbs_fuzzy-test"
destinationDirectory: "bin"
Depends { name: "Qt.core" }
condition: Qt.core.versionMajor >= 5 // We use QDir::removeRecursively()