PDA

View Full Version : DOM declaration



Lozee
18th September 2014, 11:56
How do you include the DOM directory?
I tried #include <QDomDocument> but I get a message that no such file or directory exist.
Please help me out guys.

anda_skoa
18th September 2014, 12:48
The include is correct, you are most likely missing the xml module in your .pro file



QT += xml


Cheers,
_