Actions
Feature #2384
closedmove to QtXml from libxml++
Status:
Закрыт
Priority:
Нормальный
Assignee:
-
Start date:
05/02/2018
Due date:
05/02/2018
% Done:
100%
Estimated time:
Description
Libxml++ of recent versions requires whole Smartswitch to be built in C++11 mode.
While this is not what we currently want, as many other libraries we use, are built in old C++ mode.
So we want to remove dependancy on libxml++.
I reviewed boost PropertyTree and QtXml.
I found QtXml API to be quite similar to libxml++.
So I decided to switch to QtXml.
Actions