summaryrefslogtreecommitdiff
path: root/src/webenginequick/api/qtwebenginequickglobal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/webenginequick/api/qtwebenginequickglobal.h')
-rw-r--r--src/webenginequick/api/qtwebenginequickglobal.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/webenginequick/api/qtwebenginequickglobal.h b/src/webenginequick/api/qtwebenginequickglobal.h
index c94bd66d3..d8b96fbdd 100644
--- a/src/webenginequick/api/qtwebenginequickglobal.h
+++ b/src/webenginequick/api/qtwebenginequickglobal.h
@@ -47,17 +47,17 @@ QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
# if defined(QT_BUILD_WEBENGINE_LIB)
-# define Q_WEBENGINE_EXPORT Q_DECL_EXPORT
+# define Q_WEBENGINEQUICK_EXPORT Q_DECL_EXPORT
# else
-# define Q_WEBENGINE_EXPORT Q_DECL_IMPORT
+# define Q_WEBENGINEQUICK_EXPORT Q_DECL_IMPORT
# endif
#else
-# define Q_WEBENGINE_EXPORT
+# define Q_WEBENGINEQUICK_EXPORT
#endif
namespace QtWebEngineQuick
{
- Q_WEBENGINE_EXPORT void initialize();
+ Q_WEBENGINEQUICK_EXPORT void initialize();
}
QT_END_NAMESPACE