An error occurred while loading the file. Please try again.
-
Toby Tomkins authored
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>
1ab6740f
load(qt_module)
include (../xmlpatterns.pri)
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
mac {
CONFIG += absolute_library_soname
target.path=$$[QT_INSTALL_LIBS]
INSTALLS += target
}
# We add gui, because xmlpatterns.pri pull it out.
QT += xmlpatterns xml network testlib gui
DESTDIR = $$QT.xmlpatterns.libs
!wince*:DLLDESTDIR = $$QT.xmlpatterns.bins
# syncqt doesn't copy headers in tools/ so let's manually ensure
# it works with shadow builds and source builds.
INCLUDEPATH += $$QT.xmlpatterns.private_includes \
../../../tools/xmlpatterns
HEADERS = ASTItem.h \
DebugExpressionFactory.h \
ErrorHandler.h \
ErrorItem.h \
ExitCode.h \
ExpressionInfo.h \
ExpressionNamer.h \
ExternalSourceLoader.h \
Global.h \
ResultThreader.h \
TestBaseLine.h \
TestCase.h \
TestContainer.h \
TestGroup.h \
TestItem.h \
TestResult.h \
TestResultHandler.h \
TestSuite.h \
TestSuiteHandler.h \
TestSuiteResult.h \
TreeItem.h \
TreeModel.h \
Worker.h \
XMLWriter.h \
XQTSTestCase.h \
XSDTestSuiteHandler.h \
XSDTSTestCase.h \
XSLTTestSuiteHandler.h
SOURCES = ASTItem.cpp \
DebugExpressionFactory.cpp \
ErrorHandler.cpp \
ErrorItem.cpp \
ExpressionInfo.cpp \
ExpressionNamer.cpp \
ExternalSourceLoader.cpp \
Global.cpp \
ResultThreader.cpp \
TestBaseLine.cpp \
TestCase.cpp \
71727374757677787980818283848586
TestContainer.cpp \
TestGroup.cpp \
TestResult.cpp \
TestResultHandler.cpp \
TestSuite.cpp \
TestSuiteHandler.cpp \
TestSuiteResult.cpp \
TreeItem.cpp \
TreeModel.cpp \
Worker.cpp \
XMLWriter.cpp \
XQTSTestCase.cpp \
XSDTestSuiteHandler.cpp \
XSDTSTestCase.cpp \
XSLTTestSuiteHandler.cpp