summaryrefslogtreecommitdiffstats
path: root/tests/auto/qapplication/test
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2010-01-07 16:01:58 +0100
committeraxis <qt-info@nokia.com>2010-01-08 16:11:27 +0100
commit4a84b272459160780529f654e6aee3abf8569b51 (patch)
tree766aaa2c34e0e7a9014971e6f59658ff2291b848 /tests/auto/qapplication/test
parent07b484b7c4685cfc2187be840a01e15f0fe08ff5 (diff)
Added a flag to avoid construction of application panes.
This is purely an optimization for fullscreen-only apps. Task: QTBUG-6098 RevBy: Jason Barron RevBy: mread AutoTest: Included
Diffstat (limited to 'tests/auto/qapplication/test')
-rw-r--r--tests/auto/qapplication/test/test.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/qapplication/test/test.pro b/tests/auto/qapplication/test/test.pro
index 7c3de3cf7d..e68af26be5 100644
--- a/tests/auto/qapplication/test/test.pro
+++ b/tests/auto/qapplication/test/test.pro
@@ -16,7 +16,9 @@ symbian*: {
additional.path = desktopsettingsaware
someTest.sources = test.pro
someTest.path = test
- DEPLOYMENT = additional deploy someTest
+ windowIcon.sources = ../heart.svg
+ DEPLOYMENT = additional deploy someTest windowIcon
+ LIBS += -lcone -lavkon
}
win32 {