diff options
Diffstat (limited to 'Plugins/DbSqliteCipher/dbsqlitecipher_global.h')
| -rw-r--r-- | Plugins/DbSqliteCipher/dbsqlitecipher_global.h | 12 |
1 files changed, 12 insertions, 0 deletions
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 <QtCore/qglobal.h> + +#if defined(DBSQLITECIPHER_LIBRARY) +# define DBSQLITECIPHERSHARED_EXPORT Q_DECL_EXPORT +#else +# define DBSQLITECIPHERSHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // DBSQLITECIPHER_GLOBAL_H |
