]> SALOME platform Git repositories - modules/gui.git/blobdiff - src/PVViewer/PVViewer_GUIElements.h
Salome HOME
Porting on windows
[modules/gui.git] / src / PVViewer / PVViewer_GUIElements.h
index ca0634e032012f5b2bebb225dc2bc516a7f1d694..aa22f4b2d9b8d7f18db5af84cb2e326cadbd4fe2 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef PVVIEWERGUIELEMENTS_H_
 #define PVVIEWERGUIELEMENTS_H_
 
+#include "PVViewer.h"
+
 #include <QObject>
 
 class pqPropertiesPanel;
@@ -34,7 +36,7 @@ class QMenu;
  * For example sources menu should be built *before* loading ParaView's configuration, so that the
  * list of sources gets properly populated.
  */
-class PVViewer_GUIElements: public QObject
+class PVVIEWER_EXPORT PVViewer_GUIElements: public QObject
 {
   Q_OBJECT