summaryrefslogtreecommitdiff
path: root/libsowatch/sowatch_global.h
blob: a3b40e6d8cbfc346951f11a0038340954d01b4f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef SOWATCH_GLOBAL_H
#define SOWATCH_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(SOWATCH_LIBRARY)
#  define SOWATCH_EXPORT Q_DECL_EXPORT
#else
#  define SOWATCH_EXPORT Q_DECL_IMPORT
#endif

#endif // SOWATCH_GLOBAL_H