aboutsummaryrefslogtreecommitdiff
path: root/libs/bsapacker/src/bsapacker_global.h
blob: 2ad3dc3a7656633161141ea22586eb412d10bcd5 (plain)
1
2
3
4
5
6
7
#include <QtCore/QtGlobal>

#if defined(BSAPACKER_LIBRARY)
#	define BSAPACKER_EXPORT Q_DECL_EXPORT
#else
#	define BSAPACKER_EXPORT Q_DECL_IMPORT
#endif