From 090ee21eac7257644422e35395194e5fd7fb8efa Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 31 Aug 2011 16:04:51 +0200 Subject: Introduce Q_QTQUICK1_EXPORT fixing exports in declarative. Change-Id: Id70c6792b5342074ef78944e7e28bd9c9b83c107 Reviewed-on: http://codereview.qt.nokia.com/3983 Reviewed-by: Friedemann Kleint --- src/corelib/global/qglobal.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/corelib/global') diff --git a/src/corelib/global/qglobal.h b/src/corelib/global/qglobal.h index 94e0197a4a..c3e85ac0b1 100644 --- a/src/corelib/global/qglobal.h +++ b/src/corelib/global/qglobal.h @@ -1285,6 +1285,11 @@ class QDataStream; # else # define Q_SVG_EXPORT Q_DECL_IMPORT # endif +# if defined(QT_BUILD_QTQUICK1_LIB) +# define Q_QTQUICK1_EXPORT Q_DECL_EXPORT +# else +# define Q_QTQUICK1_EXPORT Q_DECL_IMPORT +# endif # if defined(QT_BUILD_DECLARATIVE_LIB) # define Q_DECLARATIVE_EXPORT Q_DECL_EXPORT # else @@ -1360,6 +1365,7 @@ class QDataStream; # define Q_NETWORK_EXPORT Q_DECL_IMPORT # define Q_SVG_EXPORT Q_DECL_IMPORT # define Q_DECLARATIVE_EXPORT Q_DECL_IMPORT +# define Q_QTQUICK1_EXPORT Q_DECL_IMPORT # define Q_CANVAS_EXPORT Q_DECL_IMPORT # define Q_OPENGL_EXPORT Q_DECL_IMPORT # define Q_MULTIMEDIA_EXPORT Q_DECL_IMPORT @@ -1394,6 +1400,7 @@ class QDataStream; # define Q_NETWORK_EXPORT Q_DECL_EXPORT # define Q_SVG_EXPORT Q_DECL_EXPORT # define Q_DECLARATIVE_EXPORT Q_DECL_EXPORT +# define Q_QTQUICK1_EXPORT Q_DECL_EXPORT # define Q_OPENGL_EXPORT Q_DECL_EXPORT # define Q_MULTIMEDIA_EXPORT Q_DECL_EXPORT # define Q_OPENVG_EXPORT Q_DECL_EXPORT @@ -1414,6 +1421,7 @@ class QDataStream; # define Q_NETWORK_EXPORT # define Q_SVG_EXPORT # define Q_DECLARATIVE_EXPORT +# define Q_QTQUICK1_EXPORT # define Q_OPENGL_EXPORT # define Q_MULTIMEDIA_EXPORT # define Q_XML_EXPORT -- cgit v1.2.3