remove usage of QT_MAKEDLL from QtMultimedia

Change-Id: Ie427497c999c6d8d666b21cc5cc079036c505cc6
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
This commit is contained in:
Joerg Bornemann
2012-09-10 17:11:07 +02:00
committed by Qt by Nokia
parent 946ff68c42
commit ecc6cf4cd5
3 changed files with 4 additions and 38 deletions

View File

@@ -59,30 +59,14 @@ QT_BEGIN_HEADER
QT_MODULE(Multimedia)
#if defined(Q_OS_WIN)
# if defined(QT_NODLL)
# undef QT_MAKEDLL
# undef QT_DLL
# elif defined(QT_MAKEDLL)
# if defined(QT_DLL)
# undef QT_DLL
# endif
#ifndef QT_STATIC
# if defined(QT_BUILD_MULTIMEDIAWIDGETS_LIB)
# define Q_MULTIMEDIAWIDGETS_EXPORT Q_DECL_EXPORT
# else
# define Q_MULTIMEDIAWIDGETS_EXPORT Q_DECL_IMPORT
# endif
# elif defined(QT_DLL) /* use a Qt DLL library */
# define Q_MULTIMEDIAWIDGETS_EXPORT Q_DECL_IMPORT
# endif
#endif
#if !defined(Q_MULTIMEDIAWIDGETS_EXPORT)
# if defined(QT_SHARED)
# define Q_MULTIMEDIAWIDGETS_EXPORT Q_DECL_EXPORT
# else
#else
# define Q_MULTIMEDIAWIDGETS_EXPORT
# endif
#endif
QT_END_HEADER