Commit 1fe2de8f authored by Lars Knoll's avatar Lars Knoll Committed by Qt by Nokia
Browse files

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: default avatarThiago Macieira <thiago.macieira@intel.com>
parent 75631af6
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment