summarylogtreecommitdiffstats
path: root/qt5-qtwebkit-workaround-build-breakage-after-svn-commit-136242.patch
blob: d40c5457623edf39f077cd7cdd07b8c8002e93f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- Source/WebKit/qt/Api/qwebkitglobal.h.orig	2013-01-06 19:14:49.225087412 +0100
+++ Source/WebKit/qt/Api/qwebkitglobal.h	2013-01-06 19:15:02.498182976 +0100
@@ -24,7 +24,6 @@
 #include <QtCore/qglobal.h>
 #include <QtCore/qstring.h>
 
-#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();