summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_base/ftnoir_protocol_base_global.h
blob: 3527bad7b0244828eda60a095efa6c873f754366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef FTNOIR_PROTOCOL_BASE_GLOBAL_H
#define FTNOIR_PROTOCOL_BASE_GLOBAL_H

#include <Qt/qglobal.h>

#ifdef FTNOIR_PROTOCOL_BASE_LIB
# define FTNOIR_PROTOCOL_BASE_EXPORT Q_DECL_EXPORT
#else
# define FTNOIR_PROTOCOL_BASE_EXPORT Q_DECL_IMPORT
#endif

#endif // FTNOIR_PROTOCOL_BASE_GLOBAL_H