if(METVIEW_QT5)
 QT5_WRAP_CPP(FlextraExaminer_MOC FlextraExaminer.h)
elseif(METVIEW_QT6)
 QT6_WRAP_CPP(FlextraExaminer_MOC FlextraExaminer.h)
endif()


ecbuild_add_executable( TARGET       FlextraExaminer
                        SOURCES      MvMain.cc
                                     FlextraExaminer.cc
                                     MvQHighlighter.cc
                                     FlextraExaminer.h
                                     MvQHighlighter.h 
                                     ${FlextraExaminer_MOC}
                        DEFINITIONS  ${METVIEW_EXTRA_DEFINITIONS}
                        INCLUDES     ${METVIEW_STANDARD_INCLUDES} ${METVIEW_QT_INCLUDE_DIRS}
                        LIBS         ${METVIEW_QT_LIBRARIES} ${STANDARD_METVIEW_LIBS}
                    )
