From 430d245bb94c634047e7b65232eb3e50e2b6e49a Mon Sep 17 00:00:00 2001
From: Zhao Yuhang <2546789017@qq.com>
Date: 摹曛, 21 12月 2023 22:00:37 +0800
Subject: [PATCH] add more attrib

---
 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