// Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWKWIDGETSGLOBAL_H #define QWKWIDGETSGLOBAL_H #include #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