chore: baseline usable version

This commit is contained in:
dela
2026-06-10 11:17:51 +08:00
commit a2f82a86b6
932 changed files with 172551 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
// Copyright (C) 2023-2024 Stdware Collections (https://www.github.com/stdware)
// Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao)
// SPDX-License-Identifier: Apache-2.0
#ifndef QWKWIDGETSGLOBAL_H
#define QWKWIDGETSGLOBAL_H
#include <QtCore/QtGlobal>
#ifndef QWK_WIDGETS_EXPORT
# ifdef QWK_WIDGETS_STATIC
# define QWK_WIDGETS_EXPORT
# else
# ifdef QWK_WIDGETS_LIBRARY
# define QWK_WIDGETS_EXPORT Q_DECL_EXPORT
# else
# define QWK_WIDGETS_EXPORT Q_DECL_IMPORT
# endif
# endif
#endif
#endif // QWKWIDGETSGLOBAL_H