Commit 49d7222c authored by Giuseppe D'Angelo's avatar Giuseppe D'Angelo
Browse files

Make QtXmlPatterns compile with the QExplicitlySharedDataPointer's static_cast


This module requires the static_casts to happen.

Change-Id: Iea2f5aa8c6033edffd920a6de73509f3ae19721d
Reviewed-by: default avatarThiago Macieira <thiago.macieira@intel.com>
Reviewed-by: default avatarKevin Funk <kevin.funk@kdab.com>
parent f4c0bd7d
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
...@@ -2,7 +2,7 @@ TARGET = QtXmlPatterns ...@@ -2,7 +2,7 @@ TARGET = QtXmlPatterns
CONFIG += exceptions CONFIG += exceptions
QT = core-private network 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 win32-msvc*|win32-icc:QMAKE_LFLAGS += /BASE:0x61000000
QMAKE_DOCS = $$PWD/doc/qtxmlpatterns.qdocconf QMAKE_DOCS = $$PWD/doc/qtxmlpatterns.qdocconf
......
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