aboutsummaryrefslogtreecommitdiffstats
path: root/src/usagestatistic_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/usagestatistic_global.h')
-rw-r--r--src/usagestatistic_global.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/usagestatistic_global.h b/src/usagestatistic_global.h
new file mode 100644
index 0000000..094f51e
--- /dev/null
+++ b/src/usagestatistic_global.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include <QtGlobal>
+
+#if defined(USAGESTATISTIC_LIBRARY)
+# define USAGESTATISTICSHARED_EXPORT Q_DECL_EXPORT
+#else
+# define USAGESTATISTICSHARED_EXPORT Q_DECL_IMPORT
+#endif