From 3a037fe9a274953549c52d6d41e6112daa6362ac Mon Sep 17 00:00:00 2001 From: Christian Kandeler Date: Wed, 9 Jul 2014 16:04:14 +0200 Subject: Add and make use of convenience item QtGuiApplication. Using this item, building a Qt gui app against a static Qt will work out of the box. Also add the less useful QtApplication for completeness. Change-Id: Idca1dbd3085659ebaf563f7df89f73b9daaf7001 Reviewed-by: Leena Miettinen Reviewed-by: Joerg Bornemann --- tests/fuzzy-test/fuzzy-test.qbs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/fuzzy-test') 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 -- cgit v1.2.3