/Primitive/Line/Line_global.h
C Header | 14 lines | 9 code | 4 blank | 1 comment | 0 complexity | cb4ca122274cfb2b76f4185e5e49a80d MD5 | raw file
1#ifndef LINE_GLOBAL_H 2#define LINE_GLOBAL_H 3 4#include <QtCore/qglobal.h> 5 6#if defined(LINE_LIBRARY) 7# define LINESHARED_EXPORT Q_DECL_EXPORT 8#else 9# define LINESHARED_EXPORT Q_DECL_IMPORT 10#endif 11 12// #define NO_HELPERS 13 14#endif // LINE_GLOBAL_H