summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/kernel/qapplication/test
diff options
context:
space:
mode:
authorKurt Korbatits <kurt.korbatits@nokia.com>2012-06-29 12:05:10 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-29 04:57:04 +0200
commit551e1e63d9da18787ae72fc3f0e76f28dbe5f7e3 (patch)
tree4ca2c7f693c7e9046e1b7847b0bfdbfb98c71e45 /tests/auto/widgets/kernel/qapplication/test
parent4182a3afac5321b21496ae276446e3ba46d29fd4 (diff)
Fixed several unit tests to work in shadow builds
- qlogging, qthreadstorage, qnetworkreply, qapplication, qfile, qprocess Added app_bundle and debug_and_release_target to CONFIG Change-Id: I6212902c449520dc016da9590149a423069cc38c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/widgets/kernel/qapplication/test')
-rw-r--r--tests/auto/widgets/kernel/qapplication/test/test.pro9
1 files changed, 1 insertions, 8 deletions
diff --git a/tests/auto/widgets/kernel/qapplication/test/test.pro b/tests/auto/widgets/kernel/qapplication/test/test.pro
index 61035cc24b..37af570552 100644
--- a/tests/auto/widgets/kernel/qapplication/test/test.pro
+++ b/tests/auto/widgets/kernel/qapplication/test/test.pro
@@ -1,4 +1,5 @@
CONFIG += testcase
+CONFIG -= app_bundle debug_and_release_target
QT += widgets widgets-private testlib
QT += core-private gui-private
@@ -6,14 +7,6 @@ QT += core-private gui-private
SOURCES += ../tst_qapplication.cpp
TARGET = ../tst_qapplication
-win32 {
- CONFIG(debug, debug|release) {
- TARGET = ../../debug/tst_qapplication
-} else {
- TARGET = ../../release/tst_qapplication
- }
-}
-
TESTDATA = ../test/test.pro ../tmp/README
SUBPROGRAMS = desktopsettingsaware modal