summaryrefslogtreecommitdiffhomepage
path: root/FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h
diff options
context:
space:
mode:
authorWim Vriend <facetracknoir@gmail.com>2011-04-01 17:16:11 +0000
committerWim Vriend <facetracknoir@gmail.com>2011-04-01 17:16:11 +0000
commit28c091a886e6c98f41d3f5f8b153768b4a589fcd (patch)
treee9744191a2926366b194c47230a91439fe4f3e07 /FTNoIR_Protocol_Base/ftnoir_protocol_base_global.h
parent43734bf0f9fa8531b817943756157a2c459886a8 (diff)
Started with placing the protocol's in DLL's. First one: FlightGear.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@60 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
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