Heart/NetworkProtocol/networkprotocol_global.h
2019-12-06 13:37:11 +03:00

14 lines
306 B
C

#ifndef CLIENTPROTOCOL_GLOBAL_H
#define CLIENTPROTOCOL_GLOBAL_H
#include <QtCore/qglobal.h>
#include "defines.h"
#if defined(NETWORKPROTOCOL_LIBRARY)
# define NETWORKPROTOCOLSHARED_EXPORT Q_DECL_EXPORT
#else
# define NETWORKPROTOCOLSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // CLIENTPROTOCOL_GLOBAL_H