forked from jbagg/QtZeroConf
Move Q_DECL_EXPORT / IMPORT into qzeroconfglobal.h
This commit is contained in:
12
qzeroconf.h
12
qzeroconf.h
@@ -30,19 +30,9 @@
|
||||
#include <QObject>
|
||||
#include <QHostAddress>
|
||||
#include <QMap>
|
||||
#include <QtCore/QtGlobal>
|
||||
#include "qzeroconfglobal.h"
|
||||
#include "qzeroconfservice.h"
|
||||
|
||||
#if (!defined(QT_STATIC) && !defined(QZEROCONF_STATIC))
|
||||
# ifdef QT_BUILD_ZEROCONF_LIB
|
||||
# define Q_ZEROCONF_EXPORT Q_DECL_EXPORT
|
||||
# else
|
||||
# define Q_ZEROCONF_EXPORT Q_DECL_IMPORT
|
||||
# endif
|
||||
#else
|
||||
# define Q_ZEROCONF_EXPORT
|
||||
#endif
|
||||
|
||||
class QZeroConfPrivate;
|
||||
|
||||
class Q_ZEROCONF_EXPORT QZeroConf : public QObject
|
||||
|
Reference in New Issue
Block a user