X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FCMakeLists.txt;h=704b5ea05eba5c0437e012945bed97d60970b880;hb=13d3f0d8b46a06931cbe8620b8563049eff4a9f6;hp=d570650ef03b4c518907c4267795842249020178;hpb=e2c1d6fb594fe1234fa7a0786801d8c1c92d7ac6;p=modules%2Fshaper.git diff --git a/src/XGUI/CMakeLists.txt b/src/XGUI/CMakeLists.txt index d570650ef..704b5ea05 100644 --- a/src/XGUI/CMakeLists.txt +++ b/src/XGUI/CMakeLists.txt @@ -9,8 +9,11 @@ SET(PROJECT_HEADERS XGUI_ColorDialog.h XGUI_ContextMenuMgr.h XGUI_CustomPrs.h + XGUI_DataModel.h XGUI_Displayer.h XGUI_ErrorDialog.h + XGUI_ErrorMgr.h + XGUI_HistoryMenu.h XGUI_ModuleConnector.h XGUI_ObjectsBrowser.h XGUI_OperationMgr.h @@ -22,7 +25,7 @@ SET(PROJECT_HEADERS XGUI_Tools.h XGUI_ViewerProxy.h XGUI_Workshop.h - XGUI_HistoryMenu.h + XGUI_WorkshopListener.h ) SET(PROJECT_AUTOMOC @@ -34,19 +37,23 @@ SET(PROJECT_SOURCES XGUI_ColorDialog.cpp XGUI_ContextMenuMgr.cpp XGUI_CustomPrs.cpp + XGUI_DataModel.cpp XGUI_Displayer.cpp XGUI_ErrorDialog.cpp + XGUI_ErrorMgr.cpp + XGUI_HistoryMenu.cpp XGUI_ModuleConnector.cpp XGUI_ObjectsBrowser.cpp XGUI_OperationMgr.cpp XGUI_PropertyPanel.cpp XGUI_QtEvents.cpp + XGUI_SalomeConnector.cpp XGUI_Selection.cpp XGUI_SelectionMgr.cpp XGUI_Tools.cpp XGUI_ViewerProxy.cpp XGUI_Workshop.cpp - XGUI_HistoryMenu.cpp + XGUI_WorkshopListener.cpp ) SET(PROJECT_RESOURCES