summaryrefslogtreecommitdiff
path: root/tests/auto/xmlpatternssdk
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-05-21 14:23:38 +1000
committerQt by Nokia <qt-info@nokia.com>2012-05-21 09:34:47 +0200
commit1ab6740fd3d4d7dfcf9cd3b167fd34cc32532c8e (patch)
treed761807f1fb10ae57c96b50ee2b50fa30127d140 /tests/auto/xmlpatternssdk
parentbd307f397d2bc53f656e999da68c95917d714841 (diff)
downloadqtxmlpatterns-1ab6740fd3d4d7dfcf9cd3b167fd34cc32532c8e.tar.gz
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>
Diffstat (limited to 'tests/auto/xmlpatternssdk')
-rw-r--r--tests/auto/xmlpatternssdk/xmlpatternssdk.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/xmlpatternssdk/xmlpatternssdk.pro b/tests/auto/xmlpatternssdk/xmlpatternssdk.pro
index 395cce8..e2c84b2 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