test_sdk/hw/hw_global.h

13 lines
198 B
C

#ifndef HW_GLOBAL_H
#define HW_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(HW_LIBRARY)
# define HW_EXPORT Q_DECL_EXPORT
#else
# define HW_EXPORT Q_DECL_IMPORT
#endif
#endif // HW_GLOBAL_H