summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-07-04 00:32:52 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2014-07-08 09:08:53 +0200
commit49d7222c800a490d6ad5f4fd0141272ab5dbcad2 (patch)
tree4fe8ad72a603468ebb03d05c2e1a346e093513e4
parentf4c0bd7d65b814cae7e1ba35f0f7fc1a521860a5 (diff)
downloadqtxmlpatterns-49d7222c800a490d6ad5f4fd0141272ab5dbcad2.tar.gz
Make QtXmlPatterns compile with the QExplicitlySharedDataPointer's static_cast
This module requires the static_casts to happen. Change-Id: Iea2f5aa8c6033edffd920a6de73509f3ae19721d Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
-rw-r--r--src/xmlpatterns/xmlpatterns.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlpatterns/xmlpatterns.pro b/src/xmlpatterns/xmlpatterns.pro
index 7aac0c9..b646928 100644
--- a/src/xmlpatterns/xmlpatterns.pro
+++ b/src/xmlpatterns/xmlpatterns.pro
@@ -2,7 +2,7 @@ TARGET = QtXmlPatterns
CONFIG += exceptions
QT = core-private network
-DEFINES += QT_NO_USING_NAMESPACE
+DEFINES += QT_NO_USING_NAMESPACE QT_ENABLE_QEXPLICITLYSHAREDDATAPOINTER_STATICCAST
win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000
QMAKE_DOCS = $$PWD/doc/qtxmlpatterns.qdocconf