
if(METVIEW_QT5)
 QT5_WRAP_CPP(Geop_MOC GeopExaminer.h)
elseif(METVIEW_QT6)
 QT6_WRAP_CPP(Geop_MOC GeopExaminer.h)
endif()


ecbuild_add_executable( TARGET       GeopExaminer
                        SOURCES      MvMain.cc GeopExaminer.cc GeopExaminer.h MvGeoPointsModel.cc MvGeoPointsModel.h ${Geop_MOC}
                        DEFINITIONS  ${METVIEW_EXTRA_DEFINITIONS}
                        INCLUDES     ${METVIEW_STANDARD_INCLUDES} ${METVIEW_QT_INCLUDE_DIRS}
                        LIBS         ${METVIEW_QT_LIBRARIES} ${STANDARD_METVIEW_LIBS}
                    )
