Labrador/Matlab_Octave_API/___librador/librador/librador_global.h

13 lines
246 B
C

#ifndef LIBRADOR_GLOBAL_H
#define LIBRADOR_GLOBAL_H
#include <QtCore/qglobal.h>
#if defined(LIBRADOR_LIBRARY)
# define LIBRADORSHARED_EXPORT Q_DECL_EXPORT
#else
# define LIBRADORSHARED_EXPORT Q_DECL_IMPORT
#endif
#endif // LIBRADOR_GLOBAL_H