Adding QXmlQuery to project
-
Hello,
I would like to add QXmlQuery to my project and I have tried using
@#include <QXmlQuery>@
in the header, but it just gets a greenish-yellow underline and doesn't appear to recognize it. What am I doing wrong? I'm sure its a n00b mistake but help would be appreciated anyway.Thanks!
-
Look at the documentation, and check if all requirement for using QXmlQuery are satisfied:
http://qt-project.org/doc/qt-5/QXmlQuery.html
In the page there is a box indicating that you should not only include the file but also specify "QT += xmlpatterns" into your project file.