OpenLCP/platform/qt/qsacnnode_global.h

13 lines
198 B
C

#ifndef QT_GLOBAL_H
#define QT_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(QT_LIBRARY)
# define QT_EXPORT Q_DECL_EXPORT
#else
# define QT_EXPORT Q_DECL_IMPORT
#endif
#endif // QT_GLOBAL_H