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/auto/blackbox/testdata/qml-debugging/project.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/blackbox/testdata/qml-debugging') diff --git a/tests/auto/blackbox/testdata/qml-debugging/project.qbs b/tests/auto/blackbox/testdata/qml-debugging/project.qbs index 690bf40f9..317dd940d 100644 --- a/tests/auto/blackbox/testdata/qml-debugging/project.qbs +++ b/tests/auto/blackbox/testdata/qml-debugging/project.qbs @@ -1,6 +1,6 @@ import qbs -CppApplication { +QtApplication { name: "debuggable-app" type: "application" Depends { name: "Qt.quick" } -- cgit v1.2.3