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

@@ -57,30 +57,14 @@
QT_BEGIN_HEADER
#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_QTMM_QUICK_LIB)
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_EXPORT
# else
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_IMPORT
# endif
# elif defined(QT_DLL) /* use a Qt DLL library */
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_IMPORT
# endif
#endif
#if !defined(Q_MULTIMEDIAQUICK_EXPORT)
# if defined(QT_SHARED)
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_EXPORT
# else
#else
# define Q_MULTIMEDIAQUICK_EXPORT
# endif
#endif
QT_END_HEADER