Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 228 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 228 Bytes

XML_Read_Write

Qt based example to read and write xml file or xml string.

build

git clone https://github.com/roboxerox/XML_Read_Write.git
cd XML_Read_Write
mkdir cbuild && cd cbuild
cmake ..
make