While doing some newbie development in Qt I faced with challenge to understand what to add to my *.pro file.
For example, I'm adding #include <QDomDocument>
. After save it starts saying that
error: QDomDocument: No such file or directory
. I go to Google, past this error and find on Stackoverflow what to add to my .pro file.
How this QT += xml
is named and where to find it in documentation?