summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h')
-rw-r--r--FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h b/FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h
new file mode 100644
index 00000000..3527bad7
--- /dev/null
+++ b/FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h
@@ -0,0 +1,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