Files
gcs-nf/SerialPortDialog/serialportglobal.h
T

18 lines
288 B
C
Raw Normal View History

2020-02-20 17:13:31 +08:00
#ifndef SERIALPORTGLOBAL_H
#define SERIALPORTGLOBAL_H
#include <QtCore/qglobal.h>
#ifdef QtSerialPort
#if defined(SERIALPORT_LIBRARY)
# define SERIALPORTSHARED_EXPORT Q_DECL_EXPORT
#else
# define SERIALPORTSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif
#endif // SERIALPORTGLOBAL_H