aboutsummaryrefslogtreecommitdiff
path: root/libs/bsapacker/src/bsapacker_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bsapacker/src/bsapacker_global.h')
-rw-r--r--libs/bsapacker/src/bsapacker_global.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/bsapacker/src/bsapacker_global.h b/libs/bsapacker/src/bsapacker_global.h
new file mode 100644
index 0000000..2ad3dc3
--- /dev/null
+++ b/libs/bsapacker/src/bsapacker_global.h
@@ -0,0 +1,7 @@
+#include <QtCore/QtGlobal>
+
+#if defined(BSAPACKER_LIBRARY)
+# define BSAPACKER_EXPORT Q_DECL_EXPORT
+#else
+# define BSAPACKER_EXPORT Q_DECL_IMPORT
+#endif