X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FCMakeLists.txt;h=5ceda79603cc6772b9892f5b90e4443776859be6;hb=c58d52e4c1562a78b91e222190b2fd6e5bba0ef0;hp=a5a31330139a65f38fd5fbf4b66b6fd33b3fd5d4;hpb=96ff1d1fb2acb842cee193f15492de81060a1d58;p=modules%2Fshaper.git diff --git a/src/XGUI/CMakeLists.txt b/src/XGUI/CMakeLists.txt index a5a313301..5ceda7960 100644 --- a/src/XGUI/CMakeLists.txt +++ b/src/XGUI/CMakeLists.txt @@ -25,12 +25,14 @@ SET(PROJECT_HEADERS XGUI_SalomeConnector.h XGUI_ActionsMgr.h XGUI_ErrorDialog.h - XGUI_SalomeViewer.h XGUI_ViewerProxy.h XGUI_PropertyPanel.h XGUI_ContextMenuMgr.h XGUI_ModuleConnector.h XGUI_Selection.h + XGUI_Preferences.h + XGUI_IPrefMgr.h + XGUI_QtEvents.h ) SET(PROJECT_AUTOMOC @@ -62,6 +64,8 @@ SET(PROJECT_SOURCES XGUI_ContextMenuMgr.cpp XGUI_ModuleConnector.cpp XGUI_Selection.cpp + XGUI_Preferences.cpp + XGUI_QtEvents.cpp ) SET(PROJECT_RESOURCES @@ -79,15 +83,17 @@ SET(TEXT_RESOURCES SET(PROJECT_LIBRARIES Events Config + ModelAPI + ModuleBase ${QT_LIBRARIES} ${CAS_VIEWER} ${CAS_KERNEL} + ${CAS_SHAPE} + ${PYTHON_LIBRARIES} ${PyConsole} ${PyInterp} ${suit} ${qtx} - ModelAPI - ModuleBase ) IF(WIN32) @@ -118,6 +124,7 @@ INCLUDE_DIRECTORIES (${PROJECT_SOURCE_DIR}/src/Events ${PROJECT_SOURCE_DIR}/src/GeomAPI ${PROJECT_SOURCE_DIR}/src/ModuleBase ${PROJECT_SOURCE_DIR}/src/PartSetPlugin + ${PROJECT_SOURCE_DIR}/src/GeomAlgoAPI ${CAS_INCLUDE_DIRS} ${SUIT_INCLUDE})