/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

  1. #ifndef LINE_GLOBAL_H
  2. #define LINE_GLOBAL_H
  3. #include <QtCore/qglobal.h>
  4. #if defined(LINE_LIBRARY)
  5. # define LINESHARED_EXPORT Q_DECL_EXPORT
  6. #else
  7. # define LINESHARED_EXPORT Q_DECL_IMPORT
  8. #endif
  9. // #define NO_HELPERS
  10. #endif // LINE_GLOBAL_H