From 8e640722c62692818ab840d50b3758f89a41a54e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Nov 2015 16:48:41 -0500 Subject: Imported Upstream version 3.0.7 --- Plugins/DbAndroid/dbandroid_global.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Plugins/DbAndroid/dbandroid_global.h (limited to 'Plugins/DbAndroid/dbandroid_global.h') 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 + +#if defined(DBANDROID_LIBRARY) +# define DBANDROIDSHARED_EXPORT Q_DECL_EXPORT +#else +# define DBANDROIDSHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // DBANDROID_GLOBAL_H -- cgit v1.2.3