XML viewer editor project
Open Source XML Editor that is heavily inspired by XML Marker (http://symbolclick.com/).
- XML tree view
- Syntax highlighting
- Dark and light theme
Please install a valid Qt version. The current reference version is Qt 6.8.1
Debug:
%PATH_TO_QT%/msvc2022_64/bin/windeployqt.exe --no-quick-import --no-system-d3d-compiler build/Debug/
Release
%PATH_TO_QT%/msvc2022_64/bin/windeployqt.exe --no-quick-import --no-system-d3d-compiler build/Release

