Commit 3408abef authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

rely on the automatically defined QT_BUILD_*_LIB


Change-Id: I8c1c755270aa0a703103925656f7c1b555e4db1f
Reviewed-by: default avatarYoann Lopes <yoann.lopes@theqtcompany.com>
parent c82402e1
Branches
Tags
No related merge requests found
Showing with 2 additions and 3 deletions
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
#include <QtCore/qglobal.h> #include <QtCore/qglobal.h>
#ifndef QT_STATIC #ifndef QT_STATIC
# if defined(QT_BUILD_QTMM_QUICK_LIB) # if defined(QT_BUILD_QTMULTIMEDIAQUICKTOOLS_LIB)
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_EXPORT # define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_EXPORT
# else # else
# define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_IMPORT # define Q_MULTIMEDIAQUICK_EXPORT Q_DECL_IMPORT
......
TARGET = QtMultimediaQuick_p TARGET = QtMultimediaQuick_p
QT = core quick multimedia-private QT = core quick multimedia-private
CONFIG += internal_module CONFIG += internal_module
DEFINES += QT_BUILD_QTMM_QUICK_LIB
# Header files must go inside source directory of a module # Header files must go inside source directory of a module
# to be installed by syncqt. # to be installed by syncqt.
INCLUDEPATH += ../multimedia/qtmultimediaquicktools_headers/ INCLUDEPATH += ../multimedia/qtmultimediaquicktools_headers/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment