Skip to content

gvedit remove getopt dependecy

Tried to build graphviz with cmake on Windows and it failed to find getopt headers from the vcpkg submodule, since Qt is used there I made the code a bit more modern and used QCommandLineParser instead, which fixed my build.

Merge request reports