TextPresents/WsTextEdit/wstextedit_global.h

14 lines
232 B
C
Raw Permalink Normal View History

2024-03-17 07:36:31 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(WSTEXTEDIT_LIB)
# define WSTEXTEDIT_EXPORT Q_DECL_EXPORT
# else
# define WSTEXTEDIT_EXPORT Q_DECL_IMPORT
# endif
#else
# define WSTEXTEDIT_EXPORT
#endif