Salome HOME
Make XGUI as a shared library
[modules/shaper.git] / src / XGUI / XGUI_Command.h
index b1227ba2e88335a0636ee9c3416141477ddf516d..34c5f63f6dee6b8c0d55ac06211d1a1fc50804d3 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef XGUI_Command_H
 #define XGUI_Command_H
 
+#include "XGUI.h"
 #include <QWidgetAction>
 
 #define MIN_BUTTON_HEIGHT 18
@@ -10,7 +11,7 @@
  * \ingroup GUI
  * \brief Represents a command item in the application menu (Workbench)
  */
-class XGUI_Command: public QWidgetAction
+class XGUI_EXPORT XGUI_Command: public QWidgetAction
 {
 Q_OBJECT
 public: