From: ana Date: Mon, 20 Oct 2014 10:56:59 +0000 (+0400) Subject: Windows compatibility X-Git-Tag: V7_5_0b1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0555c8afb556bf7784428cd3a6e69d52e8de7766;p=modules%2Fparavis.git Windows compatibility --- diff --git a/src/PVGUI/CMakeLists.txt b/src/PVGUI/CMakeLists.txt index 21921142..1852d67d 100644 --- a/src/PVGUI/CMakeLists.txt +++ b/src/PVGUI/CMakeLists.txt @@ -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} diff --git a/src/PVGUI/PVGUI_Module.h b/src/PVGUI/PVGUI_Module.h index b1a5fabe..1db745ab 100644 --- a/src/PVGUI/PVGUI_Module.h +++ b/src/PVGUI/PVGUI_Module.h @@ -244,7 +244,7 @@ private slots: void onShowTrace(); void onRestartTrace(); - void onNewParaViewWindow(); +// void onNewParaViewWindow(); void onSaveMultiState(); void onAddState(); diff --git a/src/Plugins/ParaMEDCorba/CMakeLists.txt b/src/Plugins/ParaMEDCorba/CMakeLists.txt index dee1d164..8c228d7c 100644 --- a/src/Plugins/ParaMEDCorba/CMakeLists.txt +++ b/src/Plugins/ParaMEDCorba/CMakeLists.txt @@ -58,6 +58,8 @@ PROJECT( ParaMEDCorba ) #vtkFiltering #vtkGraphics vtkClientServer + vtkPVVTKExtensionsRendering + VTKViewer pqCore ${OMNIORB_LIBRARIES} ${MED_SalomeIDLMED}