1
0
Fork 0
mirror of https://github.com/seiichiro0185/sailotp.git synced 2024-05-17 08:00:55 +00:00
harbour-sailotp/src/qzxing/qzxing_global.h

13 lines
245 B
C
Raw Permalink Normal View History

2014-02-16 12:46:57 +00:00
#ifndef QZXING_GLOBAL_H
#define QZXING_GLOBAL_H
#include <QtCore/QtGlobal>
2014-02-16 12:46:57 +00:00
#if defined(QZXING_LIBRARY)
# define QZXINGSHARED_EXPORT Q_DECL_EXPORT
#else
# define QZXINGSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif //QZXING_GLOBAL_H