/Primitive/Line/Line_global.h
https://bitbucket.org/flexcomputer/primitive · C Header · 14 lines · 9 code · 4 blank · 1 comment · 0 complexity · cb4ca122274cfb2b76f4185e5e49a80d MD5 · raw file
- #ifndef LINE_GLOBAL_H
- #define LINE_GLOBAL_H
- #include <QtCore/qglobal.h>
- #if defined(LINE_LIBRARY)
- # define LINESHARED_EXPORT Q_DECL_EXPORT
- #else
- # define LINESHARED_EXPORT Q_DECL_IMPORT
- #endif
- // #define NO_HELPERS
- #endif // LINE_GLOBAL_H