Salome HOME
Windows compatibility
authorana <ana@opencascade.com>
Mon, 20 Oct 2014 10:56:59 +0000 (14:56 +0400)
committerana <ana@opencascade.com>
Mon, 20 Oct 2014 10:56:59 +0000 (14:56 +0400)
src/PVGUI/CMakeLists.txt
src/PVGUI/PVGUI_Module.h
src/Plugins/ParaMEDCorba/CMakeLists.txt

index 219211425359788b243e34384c3918b6eaeb75c0..1852d67db530b45dd47d66642d2bba90e7a46413 100644 (file)
@@ -51,7 +51,7 @@ SET(_link_LIBRARIES
   ${OMNIORB_LIBRARIES}
   ${QT_LIBRARIES}
   ${PYTHON_LIBS}
-  ${KERNEL_LDFLAGS} 
+  ${KERNEL_LDFLAGS} ${KERNEL_SalomeDS}
   ${GUI_LDFLAGS} ${GUI_SalomeApp} ${GUI_LightApp} ${GUI_CAM} ${GUI_qtx} ${GUI_suit} ${GUI_Event}  
                  ${GUI_SalomeObject} ${GUI_vtkTools}
   ${MED_SalomeIDLMED}
index b1a5fabe0f56adda17c9ec9faba5b85d4d0e427c..1db745ab833cc4436694edde05b7271c398f768c 100644 (file)
@@ -244,7 +244,7 @@ private slots:
   void onShowTrace();
   void onRestartTrace();
 
-  void onNewParaViewWindow();
+//  void onNewParaViewWindow();
 
   void onSaveMultiState();
   void onAddState();
index dee1d1642bbc8af6c7f29536c09ada56dd6f9716..8c228d7ce6dc05255f3820f1c59f8ecc10017e49 100644 (file)
@@ -58,6 +58,8 @@ PROJECT( ParaMEDCorba )
       #vtkFiltering
       #vtkGraphics
       vtkClientServer
+      vtkPVVTKExtensionsRendering
+      VTKViewer
       pqCore
       ${OMNIORB_LIBRARIES}
       ${MED_SalomeIDLMED}