set(qunits_sources
  qunits.cxx
)
add_executable(qunits
  ${qunits_sources}
)
target_link_libraries(qunits
  PUBLIC
    units
    Qt5::Core
    Qt5::Gui
    Qt5::Widgets
)
