From 0555c8afb556bf7784428cd3a6e69d52e8de7766 Mon Sep 17 00:00:00 2001 From: ana Date: Mon, 20 Oct 2014 14:56:59 +0400 Subject: [PATCH] Windows compatibility --- src/PVGUI/CMakeLists.txt | 2 +- src/PVGUI/PVGUI_Module.h | 2 +- src/Plugins/ParaMEDCorba/CMakeLists.txt | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) 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} -- 2.39.2