From 551e1e63d9da18787ae72fc3f0e76f28dbe5f7e3 Mon Sep 17 00:00:00 2001 From: Kurt Korbatits Date: Fri, 29 Jun 2012 12:05:10 +1000 Subject: 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 --- tests/auto/corelib/io/qfile/test/test.pro | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/corelib/io/qfile/test') diff --git a/tests/auto/corelib/io/qfile/test/test.pro b/tests/auto/corelib/io/qfile/test/test.pro index 39f47a0ae5..dedf7f18b1 100644 --- a/tests/auto/corelib/io/qfile/test/test.pro +++ b/tests/auto/corelib/io/qfile/test/test.pro @@ -1,5 +1,6 @@ CONFIG += testcase CONFIG += parallel_test +CONFIG -= app_bundle debug_and_release_target QT = core-private core network testlib TARGET = ../tst_qfile SOURCES = ../tst_qfile.cpp -- cgit v1.2.3