File qt5-qtwebkit-workaround-build-breakage-after-svn-commit-136242.patch of Package mingw32-libqt5-qtwebkit
diff --git a/Source/WebKit/qt/Api/qwebkitglobal.h b/Source/WebKit/qt/Api/qwebkitglobal.h index 44e4d45..19d8b1f 100644 --- a/Source/WebKit/qt/Api/qwebkitglobal.h +++ b/Source/WebKit/qt/Api/qwebkitglobal.h @@ -26,7 +26,6 @@ #define QTWEBKIT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch)) -#ifndef QT_STATIC # if !defined(QT_BUILD_WEBKITWIDGETS_LIB) && defined(BUILDING_WEBKIT) # define QWEBKIT_EXPORT Q_DECL_EXPORT # else @@ -37,10 +36,6 @@ # else # define QWEBKITWIDGETS_EXPORT Q_DECL_IMPORT # endif -#else -# define QWEBKITWIDGETS_EXPORT -# define QWEBKIT_EXPORT -#endif QWEBKIT_EXPORT QString qWebKitVersion(); QWEBKIT_EXPORT int qWebKitMajorVersion();