summaryrefslogtreecommitdiffstats
path: root/tests/auto/qapplication/test/test.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qapplication/test/test.pro')
-rw-r--r--tests/auto/qapplication/test/test.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qapplication/test/test.pro b/tests/auto/qapplication/test/test.pro
index 73799f4e2b..27cc0ba732 100644
--- a/tests/auto/qapplication/test/test.pro
+++ b/tests/auto/qapplication/test/test.pro
@@ -24,9 +24,9 @@ symbian: {
win32 {
CONFIG(debug, debug|release) {
TARGET = ../../debug/tst_qapplication
-} else {
+ } else {
TARGET = ../../release/tst_qapplication
}
}
-
+CONFIG+=insignificant_test # QTQAINFRA-428