TextPresents/libWsTextEdit/libwstextedit_global.h

14 lines
244 B
C

#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(LIBWSTEXTEDIT_LIB)
# define LIBWSTEXTEDIT_EXPORT Q_DECL_EXPORT
# else
# define LIBWSTEXTEDIT_EXPORT Q_DECL_IMPORT
# endif
#else
# define LIBWSTEXTEDIT_EXPORT
#endif