diff options
author | Lars Knoll <lars.knoll@nokia.com> | 2012-05-09 18:45:46 +0200 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-05-10 15:29:27 +0200 |
commit | 1fe2de8ffff20c5ed037da73650fff546bd722e0 (patch) | |
tree | 033d39d89fff0a6b5d3c47eceac45f94f58170bf /src | |
parent | 75631af60476f3638438b0a84d2db587d60790ce (diff) | |
download | qtxmlpatterns-1fe2de8ffff20c5ed037da73650fff546bd722e0.tar.gz |
Explicitly enable exceptions
Exceptions can be disabled implicitly on some platforms
or when configuring with -no-exceptions. Make sure
we explicitly enable them for this module as it uses
them internally.
Change-Id: I17cf730a8afdd5b7d1700c9ab3104e131a095936
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/xmlpatterns/xmlpatterns.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/xmlpatterns.pro b/src/xmlpatterns/xmlpatterns.pro index f9cefaf..baf5b7d 100644 --- a/src/xmlpatterns/xmlpatterns.pro +++ b/src/xmlpatterns/xmlpatterns.pro @@ -3,7 +3,7 @@ load(qt_module) TARGET = QtXmlPatterns QPRO_PWD = $$PWD -CONFIG += module +CONFIG += module exceptions MODULE_PRI += ../../modules/qt_xmlpatterns.pri QT = core-private network |