forked from jbagg/QtZeroConf
Q_DECL_IMPORT was being triggered when QZeroConf was build statically into another project
This commit is contained in:
@ -32,7 +32,7 @@
|
||||
#include <QMap>
|
||||
#include <QtCore/QtGlobal>
|
||||
|
||||
#ifndef QT_STATIC
|
||||
#if (!defined(QT_STATIC) && !defined(QZEROCONF_STATIC))
|
||||
# ifdef QT_BUILD_ZEROCONF_LIB
|
||||
# define Q_ZEROCONF_EXPORT Q_DECL_EXPORT
|
||||
# else
|
||||
|
Reference in New Issue
Block a user