Heart/ServerProtocol/serverprotocol_global.h
2019-10-08 13:03:13 +03:00

13 lines
282 B
C

#ifndef SERVERPROTOCOL_GLOBAL_H
#define SERVERPROTOCOL_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(SERVERPROTOCOL_LIBRARY)
# define SERVERPROTOCOLSHARED_EXPORT Q_DECL_EXPORT
#else
# define SERVERPROTOCOLSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // SERVERPROTOCOL_GLOBAL_H