From ccd19d2b7ee4184503ea46b98333b27a5613190e Mon Sep 17 00:00:00 2001 From: "Javier S. Pedro" Date: Wed, 8 May 2013 18:04:31 +0200 Subject: big change: a new abstract BluetoothWatch class --- libsowatchbt/sowatchbt_global.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libsowatchbt/sowatchbt_global.h (limited to 'libsowatchbt/sowatchbt_global.h') 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 + +#if defined(SOWATCHBT_LIBRARY) +# define SOWATCHBT_EXPORT Q_DECL_EXPORT +#else +# define SOWATCHBT_EXPORT Q_DECL_IMPORT +#endif + +#endif // SOWATCHBT_GLOBAL_H -- cgit v1.2.3