|
qCNC 0.82-alpha
|
00001 00002 00003 #ifndef QEXTSERIALPORT_GLOBAL_H 00004 #define QEXTSERIALPORT_GLOBAL_H 00005 00006 #include <QtCore/qglobal.h> 00007 00008 #ifdef QEXTSERIALPORT_LIB 00009 # define QEXTSERIALPORT_EXPORT Q_DECL_EXPORT 00010 #else 00011 # define QEXTSERIALPORT_EXPORT Q_DECL_IMPORT 00012 #endif 00013 00014 #endif // QEXTSERIALPORT_GLOBAL_H 00015