X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FCMakeLists.txt;h=bd843caa93b19576aab7c2eca61099108cc77a7c;hb=074b1d850036614d4a08999c4bc4e8630db63d2b;hp=26879a5e3e478af7648742a0ed7cc1e13734b073;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/XGUI/CMakeLists.txt b/src/XGUI/CMakeLists.txt index 26879a5e3..bd843caa9 100644 --- a/src/XGUI/CMakeLists.txt +++ b/src/XGUI/CMakeLists.txt @@ -7,6 +7,7 @@ SET(PROJECT_HEADERS XGUI.h XGUI_ActionsMgr.h XGUI_ContextMenuMgr.h + XGUI_CustomPrs.h XGUI_DataTreeModel.h XGUI_Displayer.h XGUI_DocumentDataModel.h @@ -23,6 +24,7 @@ SET(PROJECT_HEADERS XGUI_Tools.h XGUI_ViewerProxy.h XGUI_Workshop.h + XGUI_HistoryMenu.h ) SET(PROJECT_AUTOMOC @@ -32,6 +34,7 @@ SET(PROJECT_AUTOMOC SET(PROJECT_SOURCES XGUI_ActionsMgr.cpp XGUI_ContextMenuMgr.cpp + XGUI_CustomPrs.cpp XGUI_Displayer.cpp XGUI_DocumentDataModel.cpp XGUI_ErrorDialog.cpp @@ -46,6 +49,7 @@ SET(PROJECT_SOURCES XGUI_Tools.cpp XGUI_ViewerProxy.cpp XGUI_Workshop.cpp + XGUI_HistoryMenu.cpp ) SET(PROJECT_RESOURCES