X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FMEDCalc%2Fgui%2FCMakeLists.txt;h=d597b9c42bae5f81a4a7bd9e4c5ed092ffe282ce;hb=0946beb4bbeefcdea393f97fcb63654e1dca2eab;hp=860dacd2a044fbf41a276ba48300cd2983be242a;hpb=12e72b16e927a491139cde26adf98395bf222ce1;p=modules%2Fmed.git diff --git a/src/MEDCalc/gui/CMakeLists.txt b/src/MEDCalc/gui/CMakeLists.txt index 860dacd2a..d597b9c42 100644 --- a/src/MEDCalc/gui/CMakeLists.txt +++ b/src/MEDCalc/gui/CMakeLists.txt @@ -46,13 +46,18 @@ SET(MEDCALCGUI_SOURCES MEDWidgetHelperComponent.cxx MEDWidgetHelperContour.cxx MEDWidgetHelperSlices.cxx + MEDWidgetHelperPlot3D.cxx + MEDWidgetHelperStreamLines.cxx + MEDWidgetHelperCutSegment.cxx + MEDWidgetHelperVectorField.cxx + MEDCALCGUI_Displayer.cxx ) IF(SALOME_FIELDS_WITH_QTTESTING) LIST(APPEND MEDCALCGUI_SOURCES TestController.cxx) ENDIF() -SET(MEDCALCGUI_HEADERS +SET(MEDCALCGUI_MOC_HEADERS MEDModule.hxx MEDEventListener_i.hxx WorkspaceController.hxx @@ -66,15 +71,22 @@ SET(MEDCALCGUI_HEADERS MEDWidgetHelperContour.hxx MEDWidgetHelperSlices.hxx MEDWidgetHelperPointSprite.hxx + MEDWidgetHelperPlot3D.hxx + MEDWidgetHelperStreamLines.hxx + MEDWidgetHelperCutSegment.hxx MEDWidgetHelperVectorField.hxx MEDWidgetHelperDeflectionShape.hxx ) + +SET(MEDCALCGUI_HEADERS + MEDCALCGUI_Displayer.hxx + ) IF(SALOME_FIELDS_WITH_QTTESTING) - LIST(APPEND MEDCALCGUI_HEADERS TestController.hxx) + LIST(APPEND MEDCALCGUI_MOC_HEADERS TestController.hxx) ENDIF() -QT_WRAP_MOC(MEDCALCGUI_HEADERS_MOC ${MEDCALCGUI_HEADERS}) +QT_WRAP_MOC(MEDCALCGUI_HEADERS_MOC ${MEDCALCGUI_MOC_HEADERS}) INCLUDE_DIRECTORIES( ${OMNIORB_INCLUDE_DIR} ${OMNIORB_INCLUDE_DIRS} @@ -109,6 +121,7 @@ SET(link_libraries SalomeIDLMED MEDCALCGUI_dialogs MEDFactoryEngine + FIELDSEngine ${GUI_qtx} ${GUI_suit} ${GUI_SalomeObject}