[Measure] Add features, viewproviders and preferences for unified measurement facility
This commit is contained in:
@@ -29,9 +29,18 @@
|
||||
// Measure
|
||||
#ifndef MeasureExport
|
||||
#ifdef Measure_EXPORTS
|
||||
# define MeasureExport FREECAD_DECL_EXPORT
|
||||
#define MeasureExport FREECAD_DECL_EXPORT
|
||||
#else
|
||||
# define MeasureExport FREECAD_DECL_IMPORT
|
||||
#define MeasureExport FREECAD_DECL_IMPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
// MeasureGui
|
||||
#ifndef MeasureGuiExport
|
||||
#ifdef MeasureGui_EXPORTS
|
||||
# define MeasureGuiExport FREECAD_DECL_EXPORT
|
||||
#else
|
||||
# define MeasureGuiExport FREECAD_DECL_IMPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user