diff options
author | Toby Tomkins <toby.tomkins@nokia.com> | 2012-05-21 14:23:38 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-21 09:34:47 +0200 |
commit | 1ab6740fd3d4d7dfcf9cd3b167fd34cc32532c8e (patch) | |
tree | d761807f1fb10ae57c96b50ee2b50fa30127d140 /tests/auto/xmlpatternssdk | |
parent | bd307f397d2bc53f656e999da68c95917d714841 (diff) | |
download | qtxmlpatterns-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.pro | 2 |
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 |