aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/uic/uic.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2014-07-09 16:04:14 +0200
committerChristian Kandeler <christian.kandeler@digia.com>2014-07-14 12:22:10 +0200
commit3a037fe9a274953549c52d6d41e6112daa6362ac (patch)
tree2f5d801a7f3725df18ed14bfd878c201e0b304f0 /tests/auto/blackbox/testdata/uic/uic.qbs
parent7eebf9997850de606bbd00f5eb64720888940c1c (diff)
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 <riitta-leena.miettinen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests/auto/blackbox/testdata/uic/uic.qbs')
-rw-r--r--tests/auto/blackbox/testdata/uic/uic.qbs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/blackbox/testdata/uic/uic.qbs b/tests/auto/blackbox/testdata/uic/uic.qbs
index cea4ec2a1..a216b86a9 100644
--- a/tests/auto/blackbox/testdata/uic/uic.qbs
+++ b/tests/auto/blackbox/testdata/uic/uic.qbs
@@ -1,12 +1,10 @@
import qbs 1.0
Project {
- Product {
+ QtGuiApplication {
type: "application"
name: "ui"
- Depends { name: "Qt.gui"}
-
files: [
"bla.cpp",
"bla.h",