rely on the automatically defined QT_BUILD_*_LIB

Change-Id: I8c1c755270aa0a703103925656f7c1b555e4db1f
Reviewed-by: Yoann Lopes <yoann.lopes@theqtcompany.com>
This commit is contained in:
Oswald Buddenhagen
2016-02-12 16:25:16 +01:00
parent c82402e158
commit 3408abef86
2 changed files with 2 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
#include <QtCore/qglobal.h>
#ifndef QT_STATIC
# if defined(QT_BUILD_QTMM_QUICK_LIB)
# if defined(QT_BUILD_QTMULTIMEDIAQUICKTOOLS_LIB)
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_EXPORT
# else
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_IMPORT

View File

@@ -1,9 +1,8 @@
TARGET = QtMultimediaQuick_p
QT = core quick multimedia-private
CONFIG += internal_module
DEFINES += QT_BUILD_QTMM_QUICK_LIB
# Header files must go inside source directory of a module
# to be installed by syncqt.
INCLUDEPATH += ../multimedia/qtmultimediaquicktools_headers/