From 327055934009dc416be6234db8e4d26fab81fb80 Mon Sep 17 00:00:00 2001 From: SineStriker <55847490+SineStriker@users.noreply.github.com> Date: ćšć, 21 12æ 2023 23:21:28 +0800 Subject: [PATCH] Merge pull request #8 from stdware/stylesupport --- src/stylesupport/qwkstylesupportglobal.h | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/src/stylesupport/qwkstylesupportglobal.h b/src/stylesupport/qwkstylesupportglobal.h new file mode 100644 index 0000000..27f8e31 --- /dev/null +++ b/src/stylesupport/qwkstylesupportglobal.h @@ -0,0 +1,18 @@ +#ifndef QWKSTYLESUPPORTGLOBAL_H +#define QWKSTYLESUPPORTGLOBAL_H + +#include <QtCore/QtGlobal> + +#ifndef QWK_STYLESUPPORT_EXPORT +# ifdef QWK_STYLESUPPORT_STATIC +# define QWK_STYLESUPPORT_EXPORT +# else +# ifdef QWK_STYLESUPPORT_LIBRARY +# define QWK_STYLESUPPORT_EXPORT Q_DECL_EXPORT +# else +# define QWK_STYLESUPPORT_EXPORT Q_DECL_IMPORT +# endif +# endif +#endif + +#endif // QWKSTYLESUPPORTGLOBAL_H -- Gitblit v1.9.1