mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-09 10:41:22 -08:00
7 lines
136 B
C
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
|