Salome HOME
Modify creation of curves: 1) using QDockWidget instead of QDialog; 2) selection...
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index 3cbf03ff5318f3f215e2e503b583a442f4100ec8..73ac8c894aa0e4b757cee298b5706a081440b191 100644 (file)
@@ -33,13 +33,19 @@ set(PROJECT_HEADERS
     HYDROGUI_PrsImageFrame.h
     HYDROGUI_PrsPolyline.h
     HYDROGUI_PrsPolylineDriver.h
+    HYDROGUI_PrsZone.h
+    HYDROGUI_PrsZoneDriver.h
+    HYDROGUI_Shape.h
     HYDROGUI_ShowHideOp.h
+    HYDROGUI_SplitZonesTool.h
     HYDROGUI_Tool.h
     HYDROGUI_TwoImagesDlg.h
     HYDROGUI_TwoImagesOp.h
     HYDROGUI_UpdateFlags.h
     HYDROGUI_UpdateImageOp.h
     HYDROGUI_VisualStateOp.h
+    HYDROGUI_ZoneDlg.h
+    HYDROGUI_ZoneOp.h
 )
 
 QT4_WRAP_CPP(PROJECT_HEADERS_MOC ${PROJECT_HEADERS})
@@ -75,12 +81,18 @@ set(PROJECT_SOURCES
     HYDROGUI_PrsImageFrame.cxx
     HYDROGUI_PrsPolyline.cxx
     HYDROGUI_PrsPolylineDriver.cxx
+    HYDROGUI_PrsZone.cxx
+    HYDROGUI_PrsZoneDriver.cxx
+    HYDROGUI_Shape.cxx
     HYDROGUI_ShowHideOp.cxx
+    HYDROGUI_SplitZonesTool.cxx
     HYDROGUI_Tool.cxx
     HYDROGUI_TwoImagesDlg.cxx
     HYDROGUI_TwoImagesOp.cxx
     HYDROGUI_UpdateImageOp.cxx
     HYDROGUI_VisualStateOp.cxx
+    HYDROGUI_ZoneDlg.cxx
+    HYDROGUI_ZoneOp.cxx
 )
 
 add_definitions(
@@ -102,7 +114,7 @@ include_directories(
 
 add_library(HYDROGUI SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${PROJECT_HEADERS_MOC})
 target_link_libraries(HYDROGUI HYDROData 
-    ${CAS_TKV3d}
+    ${CAS_TKV3d} ${CAS_TKTopAlgo} ${CAS_TKBRep}
     ${LightApp} ${CAM} ${suit} ${qtx} ${ObjBrowser} ${GraphicsView} ${std} ${Event} ${OCCViewer}
     ${CurveCreator}
     )