summaryrefslogtreecommitdiff
path: root/lib/qtwebengineglobal.h
diff options
context:
space:
mode:
authorJocelyn Turcotte <jocelyn.turcotte@digia.com>2013-08-06 17:00:25 +0200
committerZeno Albisser <zeno.albisser@digia.com>2013-08-13 15:07:24 +0200
commit4603b19a8dfdd6bae733310ff177458ae7c272db (patch)
treee37dbf2e4390b1085a4a10a40a132836f7eb03cf /lib/qtwebengineglobal.h
parent91701ca3fe9867b831d8a0fac0431875e8b9da99 (diff)
downloadqtwebengine-4603b19a8dfdd6bae733310ff177458ae7c272db.tar.gz
Move QWEBENGINEWIDGETS_EXPORT to qtwebkitwidgetsglobal.h
Since the macro is used in public headers, it should also be declared in one of the webenginewidgets module's public headers. Change-Id: I5cd56196e95c78fac2ba8df076f2cd683b01a5ac Reviewed-by: Zeno Albisser <zeno.albisser@digia.com>
Diffstat (limited to 'lib/qtwebengineglobal.h')
-rw-r--r--lib/qtwebengineglobal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/qtwebengineglobal.h b/lib/qtwebengineglobal.h
index 373fa2e31..a9069f962 100644
--- a/lib/qtwebengineglobal.h
+++ b/lib/qtwebengineglobal.h
@@ -49,13 +49,7 @@
# else
# define QWEBENGINE_EXPORT Q_DECL_IMPORT
# endif
-# if defined(QT_BUILD_WEBENGINEWIDGETS_LIB)
-# define QWEBENGINEWIDGETS_EXPORT Q_DECL_EXPORT
-# else
-# define QWEBENGINEWIDGETS_EXPORT Q_DECL_IMPORT
-# endif
#else
-# define QWEBENGINEWIDGETS_EXPORT
# define QWEBENGINE_EXPORT
#endif