From a5d13e19dd7f6037e10b649c49805922ae5e0fa6 Mon Sep 17 00:00:00 2001 From: SineStriker <trueful@163.com> Date: 周五, 22 12月 2023 17:04:29 +0800 Subject: [PATCH] Prepare to remove style support again --- 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