From 1ab6740fd3d4d7dfcf9cd3b167fd34cc32532c8e Mon Sep 17 00:00:00 2001 From: Toby Tomkins <toby.tomkins@nokia.com> Date: Mon, 21 May 2012 14:23:38 +1000 Subject: [PATCH] Fix for exceptions being turned off by default. The qtbase change 2b21dd69d6a4e47f0ec3d3958ab1def0983ce76c has turned off exceptions by default. This change enables them for one test that relies on them. Change-Id: Idbbfe27595f4dc8cd7118aac66203fb7c228003c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> --- tests/auto/xmlpatternssdk/xmlpatternssdk.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro index 395cce89..e2c84b27 100644 --- a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro +++ b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro @@ -6,6 +6,8 @@ TARGET = $$XMLPATTERNS_SDK TEMPLATE = lib DEFINES += Q_PATTERNISTSDK_BUILDING +CONFIG += exceptions + # lib_bundle ensures we get a framework on OS X, a library bundle. CONFIG += resources -- GitLab