aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/Tests/TestUtils/testutils_global.h
blob: c4ddfa3c9397d9ca2803794b0d2b49606d989803 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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