From fad997b4ee6b1cde911fe44921b4bf87e07fa167 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 1 Sep 2011 08:55:06 +1000 Subject: [PATCH] test: removed bogus CONFIG+=debug for badxml selftest This appears to serve no purpose. It was probably copy-pasted from assert.pro. Change-Id: Ie3d9605b969ee11f2d64c1ac3e480e9efb862a3c Reviewed-on: http://codereview.qt.nokia.com/4016 Reviewed-by: Qt Sanity Bot Reviewed-by: Jason McDonald --- tests/auto/selftests/badxml/badxml.pro | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/auto/selftests/badxml/badxml.pro b/tests/auto/selftests/badxml/badxml.pro index f55636de2b..126ac379d7 100644 --- a/tests/auto/selftests/badxml/badxml.pro +++ b/tests/auto/selftests/badxml/badxml.pro @@ -8,7 +8,6 @@ QT = core mac:CONFIG -= app_bundle CONFIG -= debug_and_release_target -!win32:CONFIG += debug TARGET = badxml