, DLL, , , .
qjson_export.h:
#ifndef QJSON_EXPORT_H
#define QJSON_EXPORT_H
#include <QtCore/qglobal.h>
#ifndef QJSON_EXPORT
# if defined(QJSON_MAKEDLL)
# define QJSON_EXPORT Q_DECL_EXPORT
# else
# define QJSON_EXPORT Q_DECL_IMPORT
# endif
#endif
#endif
DEFINES += QJSON_MAKEDLL .pro, , DLL, , , " " Q_DECL_EXPORT, , , , .
, .: P