Salome HOME
ENV: Windows porting
[modules/geom.git] / src / MeasureGUI / MeasureGUI_PropertiesDlg.h
index f3cbdb2e3ddf6b11828b133e1f62388b88672f5a..e63a0ef56492072d16191c7a8d0a5cf5e234ff9f 100644 (file)
 #include "MeasureGUI_Skeleton.h"
 class MeasureGUI_1Sel3LineEdit_QTD;
 
+#if defined WNT && defined MEASUREGUI_EXPORTS
+#define MEASUREGUI_EXPORT __declspec( dllexport )
+#else
+#define MEASUREGUI_EXPORT
+#endif
+
 //=================================================================================
 // class    : MeasureGUI_PropertiesDlg
 // purpose  : Dialog for displaying length, area and volume
 //=================================================================================
 
-class MeasureGUI_PropertiesDlg : public MeasureGUI_Skeleton
+class MEASUREGUI_EXPORT MeasureGUI_PropertiesDlg : public MeasureGUI_Skeleton
 { 
     Q_OBJECT