Sine Striker
2023-12-21 862cbfe3032b1f71977fb66af7bd87645ec3eeac
src/stylesupport/qwkstylesupportglobal.h
New file
@@ -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