diff options
Diffstat (limited to 'libsowatchbt/sowatchbt_global.h')
-rw-r--r-- | libsowatchbt/sowatchbt_global.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libsowatchbt/sowatchbt_global.h b/libsowatchbt/sowatchbt_global.h new file mode 100644 index 0000000..72c724e --- /dev/null +++ b/libsowatchbt/sowatchbt_global.h @@ -0,0 +1,12 @@ +#ifndef SOWATCHBT_GLOBAL_H +#define SOWATCHBT_GLOBAL_H + +#include <QtCore/qglobal.h> + +#if defined(SOWATCHBT_LIBRARY) +# define SOWATCHBT_EXPORT Q_DECL_EXPORT +#else +# define SOWATCHBT_EXPORT Q_DECL_IMPORT +#endif + +#endif // SOWATCHBT_GLOBAL_H |