diff options
author | Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> | 2014-07-04 00:32:52 +0200 |
---|---|---|
committer | Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> | 2014-07-08 09:08:53 +0200 |
commit | 49d7222c800a490d6ad5f4fd0141272ab5dbcad2 (patch) | |
tree | 4fe8ad72a603468ebb03d05c2e1a346e093513e4 | |
parent | f4c0bd7d65b814cae7e1ba35f0f7fc1a521860a5 (diff) | |
download | qtxmlpatterns-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.pro | 2 |
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 |