mirror of
https://github.com/QuasarApp/Heart.git
synced 2025-04-28 18:54:37 +00:00
14 lines
306 B
C
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
|