EQL5/src/eql_global.h
2016-11-25 23:30:38 +01:00

7 lines
136 B
C

#include <QtCore/QtGlobal>
#if defined(EQL_LIBRARY)
# define EQL_EXPORT Q_DECL_EXPORT
#else
# define EQL_EXPORT Q_DECL_IMPORT
#endif