aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fuzzy-test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzzy-test')
-rw-r--r--tests/fuzzy-test/fuzzy-test.qbs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/fuzzy-test/fuzzy-test.qbs b/tests/fuzzy-test/fuzzy-test.qbs
index 87d6af196..c9c4fb0ac 100644
--- a/tests/fuzzy-test/fuzzy-test.qbs
+++ b/tests/fuzzy-test/fuzzy-test.qbs
@@ -1,9 +1,8 @@
import qbs
-CppApplication {
+QtApplication {
name: "qbs_fuzzy-test"
destinationDirectory: "bin"
- Depends { name: "Qt.core" }
condition: Qt.core.versionMajor >= 5 // We use QDir::removeRecursively()
type: "application"
consoleApplication: true