1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-04-30 02:15:18 +00:00
harbour-sailotp/src/qzxing/qzxing_global.h

13 lines
245 B
C

#ifndef QZXING_GLOBAL_H
#define QZXING_GLOBAL_H
#include <QtCore/QtGlobal>
#if defined(QZXING_LIBRARY)
# define QZXINGSHARED_EXPORT Q_DECL_EXPORT
#else
# define QZXINGSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif //QZXING_GLOBAL_H