diff options
author | Pierre Rossi <pierre.rossi@digia.com> | 2012-12-04 14:27:24 +0100 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-12-04 14:26:53 +0100 |
commit | b8c97e702b56c60fdbd7f72add58a18a9743bf48 (patch) | |
tree | d10d566cd87763a71fe8e4c46247decb8f5dd97a /Source/WebKit/qt/Api/qwebkitglobal.h | |
parent | 5ea93dba8b0593f83b4b690e8189be03189c9dba (diff) | |
download | qtwebkit-b8c97e702b56c60fdbd7f72add58a18a9743bf48.tar.gz |
[Qt] Yet another unreviewed speculative windows build fix.
WebKit2 relies on the QWEBKIT_EXPORT macro from WebKit1 as well.
* Api/qwebkitglobal.h:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@136495 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Change-Id: Iadd377b766f7282688abaa6c51c94d486dbb8edd
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'Source/WebKit/qt/Api/qwebkitglobal.h')
-rw-r--r-- | Source/WebKit/qt/Api/qwebkitglobal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebKit/qt/Api/qwebkitglobal.h b/Source/WebKit/qt/Api/qwebkitglobal.h index 6ee30ca24..44e4d45b7 100644 --- a/Source/WebKit/qt/Api/qwebkitglobal.h +++ b/Source/WebKit/qt/Api/qwebkitglobal.h @@ -27,7 +27,7 @@ #define QTWEBKIT_VERSION_CHECK(major, minor, patch) ((major<<16)|(minor<<8)|(patch)) #ifndef QT_STATIC -# if defined(QT_BUILD_WEBKIT_LIB) +# if !defined(QT_BUILD_WEBKITWIDGETS_LIB) && defined(BUILDING_WEBKIT) # define QWEBKIT_EXPORT Q_DECL_EXPORT # else # define QWEBKIT_EXPORT Q_DECL_IMPORT |