aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/DbSqliteCipher/dbsqlitecipher_global.h
blob: c3788ae7c6176bd8917de901a10d640bb590ee6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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