OSCAR-code/qextserialport/qextserialport_global.h

16 lines
276 B
C
Raw Normal View History

2011-07-12 14:53:20 +00:00
#ifndef QEXTSERIALPORT_GLOBAL_H
#define QEXTSERIALPORT_GLOBAL_H
#include <QtCore/qglobal.h>
#ifdef QEXTSERIALPORT_LIB
# define QEXTSERIALPORT_EXPORT Q_DECL_EXPORT
#else
# define QEXTSERIALPORT_EXPORT Q_DECL_IMPORT
#endif
#endif // QEXTSERIALPORT_GLOBAL_H