X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FCMakeLists.txt;h=cdf4d76143dc3005df993f1cb0d19a92a17eae8b;hb=fce3f1240b6161d7cb837344078e5943b90eca65;hp=ae5ef8328f34bfe0d7893607d28bb29c74ad672b;hpb=ba99e35c5dd5c5422b4fc95f3c5a58d3a1276c8c;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/CMakeLists.txt b/src/HYDROGUI/CMakeLists.txt index ae5ef832..cdf4d761 100644 --- a/src/HYDROGUI/CMakeLists.txt +++ b/src/HYDROGUI/CMakeLists.txt @@ -1,9 +1,11 @@ include(../../CMake/Common.cmake) include(../../CMake/UseQT4EXT.cmake) - +INCLUDE(UseQtExt) + set(PROJECT_HEADERS HYDROGUI.h HYDROGUI_AbstractDisplayer.h + HYDROGUI_AISShape.h HYDROGUI_AISTrihedron.h HYDROGUI_BathymetryPrs.h HYDROGUI_CalculationDlg.h @@ -36,13 +38,18 @@ set(PROJECT_HEADERS HYDROGUI_ImportBathymetryOp.h HYDROGUI_ImportImageDlg.h HYDROGUI_ImportImageOp.h + HYDROGUI_ImportLandCoverMapOp.h + HYDROGUI_ImportLandCoverMapDlg.h HYDROGUI_ImportPolylineOp.h - HYDROGUI_ImportLandCoverOp.h - HYDROGUI_ImportLandCoverDlg.h HYDROGUI_ImportSinusXOp.h HYDROGUI_ExportSinusXOp.h HYDROGUI_ExportSinusXDlg.h + HYDROGUI_ExportLandCoverMapDlg.h HYDROGUI_InputPanel.h + HYDROGUI_LandCoverArgsFilter.h + HYDROGUI_LandCoverMapDlg.h + HYDROGUI_LandCoverMapOp.h + HYDROGUI_LandCoverMapPrs.h HYDROGUI_LocalCSDlg.h HYDROGUI_LocalCSOp.h HYDROGUI_MergePolylinesDlg.h @@ -78,6 +85,7 @@ set(PROJECT_HEADERS HYDROGUI_Polyline.h HYDROGUI_ShapeBathymetry.h HYDROGUI_ShapeImage.h + HYDROGUI_ShapeLandCoverMap.h HYDROGUI_ShowHideOp.h HYDROGUI_SplitPolylinesDlg.h HYDROGUI_SplitPolylinesOp.h @@ -86,10 +94,10 @@ set(PROJECT_HEADERS HYDROGUI_LineEditDoubleValidator.h HYDROGUI_StricklerTableDlg.h HYDROGUI_StricklerTableOp.h - HYDROGUI_LandCoverDlg.h - HYDROGUI_LandCoverOp.h + HYDROGUI_StricklerTypeComboBox.h HYDROGUI_SubmersibleOp.h HYDROGUI_Tool.h + HYDROGUI_Tool2.h HYDROGUI_TwoImagesDlg.h HYDROGUI_TwoImagesOp.h HYDROGUI_UpdateFlags.h @@ -115,6 +123,8 @@ set(PROJECT_HEADERS HYDROGUI_GeoreferencementOp.h HYDROGUI_Actor.h HYDROGUI_BathymetryBoundsOp.h + HYDROGUI_BathymetrySelectionOp.h + HYDROGUI_BathymetryOp.h HYDROGUI_TranslateObstacleDlg.h HYDROGUI_TranslateObstacleOp.h HYDROGUI_ListModel.h @@ -134,13 +144,16 @@ set(PROJECT_HEADERS HYDROGUI_RecognizeContoursDlg.h HYDROGUI_RecognizeContoursOp.h HYDROGUI_LandCoverColoringOp.h - HYDROGUI_ShapeLandCover.h + HYDROGUI_SetTransparencyOp.h + HYDROGUI_TransparencyDlg.h + HYDROGUI_Overview.h ) -QT4_WRAP_CPP(PROJECT_HEADERS_MOC ${PROJECT_HEADERS}) +QT_WRAP_MOC(PROJECT_HEADERS_MOC ${PROJECT_HEADERS}) set(PROJECT_SOURCES HYDROGUI_AbstractDisplayer.cxx + HYDROGUI_AISShape.cxx HYDROGUI_AISTrihedron.cxx HYDROGUI_BathymetryPrs.cxx HYDROGUI_CalculationDlg.cxx @@ -173,13 +186,18 @@ set(PROJECT_SOURCES HYDROGUI_ImportBathymetryOp.cxx HYDROGUI_ImportImageDlg.cxx HYDROGUI_ImportImageOp.cxx + HYDROGUI_ImportLandCoverMapOp.cxx + HYDROGUI_ImportLandCoverMapDlg.cxx HYDROGUI_ImportPolylineOp.cxx HYDROGUI_ImportSinusXOp.cxx - HYDROGUI_ImportLandCoverOp.cxx - HYDROGUI_ImportLandCoverDlg.cxx HYDROGUI_ExportSinusXOp.cxx HYDROGUI_ExportSinusXDlg.cxx + HYDROGUI_ExportLandCoverMapDlg.cxx HYDROGUI_InputPanel.cxx + HYDROGUI_LandCoverArgsFilter.cxx + HYDROGUI_LandCoverMapDlg.cxx + HYDROGUI_LandCoverMapOp.cxx + HYDROGUI_LandCoverMapPrs.cxx HYDROGUI_LocalCSDlg.cxx HYDROGUI_LocalCSOp.cxx HYDROGUI_MergePolylinesDlg.cxx @@ -194,6 +212,7 @@ set(PROJECT_SOURCES HYDROGUI_Operations.cxx HYDROGUI_Poly3DDlg.cxx HYDROGUI_Poly3DOp.cxx + HYDROGUI_Polyline.cxx HYDROGUI_PolylineDlg.cxx HYDROGUI_PolylineOp.cxx HYDROGUI_ProfileDlg.cxx @@ -212,21 +231,21 @@ set(PROJECT_SOURCES HYDROGUI_Region.cxx HYDROGUI_RemoveImageRefsOp.cxx HYDROGUI_Shape.cxx - HYDROGUI_Polyline.cxx HYDROGUI_ShapeBathymetry.cxx HYDROGUI_ShapeImage.cxx + HYDROGUI_ShapeLandCoverMap.cxx HYDROGUI_ShowHideOp.cxx HYDROGUI_StreamDlg.cxx HYDROGUI_StreamOp.cxx HYDROGUI_LineEditDoubleValidator.cxx HYDROGUI_StricklerTableDlg.cxx HYDROGUI_StricklerTableOp.cxx - HYDROGUI_LandCoverDlg.cxx - HYDROGUI_LandCoverOp.cxx + HYDROGUI_StricklerTypeComboBox.cxx HYDROGUI_SplitPolylinesDlg.cxx HYDROGUI_SplitPolylinesOp.cxx HYDROGUI_SubmersibleOp.cxx HYDROGUI_Tool.cxx + HYDROGUI_Tool2.cxx HYDROGUI_TwoImagesDlg.cxx HYDROGUI_TwoImagesOp.cxx HYDROGUI_UpdateObjectOp.cxx @@ -251,6 +270,8 @@ set(PROJECT_SOURCES HYDROGUI_GeoreferencementOp.cxx HYDROGUI_Actor.cxx HYDROGUI_BathymetryBoundsOp.cxx + HYDROGUI_BathymetrySelectionOp.cxx + HYDROGUI_BathymetryOp.cxx HYDROGUI_TranslateObstacleDlg.cxx HYDROGUI_TranslateObstacleOp.cxx HYDROGUI_ListModel.cxx @@ -272,7 +293,9 @@ set(PROJECT_SOURCES HYDROGUI_RecognizeContoursDlg.cxx HYDROGUI_RecognizeContoursOp.cxx HYDROGUI_LandCoverColoringOp.cxx - HYDROGUI_ShapeLandCover.cxx + HYDROGUI_SetTransparencyOp.cxx + HYDROGUI_TransparencyDlg.cxx + HYDROGUI_Overview.cxx ) add_definitions(