mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-05-06 22:49:41 +00:00
13 lines
282 B
C
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
|