Salome HOME
Make XGUI as a shared library
[modules/shaper.git] / src / XGUI / XGUI_ViewWindow.h
index 14e5ccf52a6f16deb78e86881f5dc5f38e456aab..01fd18ddfb736bad43da235917fcc0bcad3c6f63 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef XGUI_ViewWindow_H
 #define XGUI_ViewWindow_H
 
+#include "XGUI.h"
 #include "XGUI_Constants.h"
 #include "XGUI_ViewBackground.h"
 
@@ -27,7 +28,7 @@ class QMdiSubWindow;
   It contains a view port object (drawing area) and toolbars for view camera and window management.
   Also it managements events in view port
 */
-class XGUI_ViewWindow: public QFrame
+class XGUI_EXPORT XGUI_ViewWindow: public QFrame
 {
 Q_OBJECT
 public: