From 5d9314f134ddd3dc4c853e398ac90ba247fb2e4f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Mon, 13 Jun 2016 18:42:42 -0400 Subject: Imported Upstream version 3.1.0 --- Plugins/DbSqliteCipher/dbsqlitecipher_global.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Plugins/DbSqliteCipher/dbsqlitecipher_global.h (limited to 'Plugins/DbSqliteCipher/dbsqlitecipher_global.h') diff --git a/Plugins/DbSqliteCipher/dbsqlitecipher_global.h b/Plugins/DbSqliteCipher/dbsqlitecipher_global.h new file mode 100644 index 0000000..c3788ae --- /dev/null +++ b/Plugins/DbSqliteCipher/dbsqlitecipher_global.h @@ -0,0 +1,12 @@ +#ifndef DBSQLITECIPHER_GLOBAL_H +#define DBSQLITECIPHER_GLOBAL_H + +#include + +#if defined(DBSQLITECIPHER_LIBRARY) +# define DBSQLITECIPHERSHARED_EXPORT Q_DECL_EXPORT +#else +# define DBSQLITECIPHERSHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // DBSQLITECIPHER_GLOBAL_H -- cgit v1.2.3