diff options
Diffstat (limited to 'SQLiteStudio3/Tests/TestUtils/testutils_global.h')
| -rw-r--r-- | SQLiteStudio3/Tests/TestUtils/testutils_global.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/SQLiteStudio3/Tests/TestUtils/testutils_global.h b/SQLiteStudio3/Tests/TestUtils/testutils_global.h new file mode 100644 index 0000000..c4ddfa3 --- /dev/null +++ b/SQLiteStudio3/Tests/TestUtils/testutils_global.h @@ -0,0 +1,12 @@ +#ifndef TESTUTILS_GLOBAL_H +#define TESTUTILS_GLOBAL_H + +#include <QtCore/qglobal.h> + +#if defined(TESTUTILS_LIBRARY) +# define TESTUTILSSHARED_EXPORT Q_DECL_EXPORT +#else +# define TESTUTILSSHARED_EXPORT Q_DECL_IMPORT +#endif + +#endif // TESTUTILS_GLOBAL_H |
