QtNovelUI/libConfig/libConfig_global.h

13 lines
240 B
C
Raw Normal View History

2022-11-17 08:26:05 +00:00
#ifndef LIBCONFIG_GLOBAL_H
#define LIBCONFIG_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(LIBCONFIG_LIBRARY)
# define LIBCONFIG_EXPORT Q_DECL_EXPORT
#else
# define LIBCONFIG_EXPORT Q_DECL_IMPORT
#endif
#endif // LIBCONFIG_GLOBAL_H