summaryrefslogtreecommitdiffstats
path: root/Plugins/DbAndroid/dbandroid_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/DbAndroid/dbandroid_global.h')
-rw-r--r--Plugins/DbAndroid/dbandroid_global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/Plugins/DbAndroid/dbandroid_global.h b/Plugins/DbAndroid/dbandroid_global.h
new file mode 100644
index 0000000..aa128c1
--- /dev/null
+++ b/Plugins/DbAndroid/dbandroid_global.h
@@ -0,0 +1,12 @@
+#ifndef DBANDROID_GLOBAL_H
+#define DBANDROID_GLOBAL_H
+
+#include <QtCore/qglobal.h>
+
+#if defined(DBANDROID_LIBRARY)
+# define DBANDROIDSHARED_EXPORT Q_DECL_EXPORT
+#else
+# define DBANDROIDSHARED_EXPORT Q_DECL_IMPORT
+#endif
+
+#endif // DBANDROID_GLOBAL_H