Em ter 22 abr 2014, às 14:12:46, Thiago Macieira escreveu:
> --- a/src/positioning/qpositioningglobal.h
> +++ b/src/positioning/qpositioningglobal.h
> @@ -48,13 +48,17 @@ QT_BEGIN_NAMESPACE
>  #ifndef QT_STATIC
>  #    if defined(QT_BUILD_POSITIONING_LIB)
>  #      define Q_POSITIONING_EXPORT         Q_DECL_EXPORT
> +#      define Q_POSITIONING_EXPORT_PRIVATE Q_DECL_EXPORT
>  #    else
>  #      define Q_POSITIONING_EXPORT         Q_DECL_IMPORT
> +#      define Q_POSITIONING_EXPORT_PRIVATE Q_DECL_IMPORT
>  #    endif
>  #else
>  #    define Q_POSITIONING_EXPORT
> +#    define Q_POSITIONING_EXPORT_PRIVATE
>  #endif
>  

Why do we need two sets of macros?

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to