WsParser_VS/libSyntax/libsyntax_global.h

14 lines
228 B
C
Raw Permalink Normal View History

2024-03-17 07:58:28 +00:00
#pragma once
#include <QtCore/qglobal.h>
#ifndef BUILD_STATIC
# if defined(LIBSYNTAX_LIB)
# define LIBSYNTAX_EXPORT Q_DECL_EXPORT
# else
# define LIBSYNTAX_EXPORT Q_DECL_IMPORT
# endif
#else
# define LIBSYNTAX_EXPORT
#endif