Hi guys, I'm having troubles with XML. Following Qt docs I included QDomDocument and then create an object of that class:
Qt Code:
  1. domDoc = new QDomDocument();
To copy to clipboard, switch view to plain text mode 

I added:
QT+=xml
But, when I run qmake && make I got the followin error:
GXYParser.cpp:22:24: QDomDocument: No such file or directory
What am I doing wrong?

Thanx a lot in advance.