How do I build Qt5.6 with xmlpatterns module enabled?

603 Views Asked by At

I've found out that XmlListModel QML element resides in qtdeclarative git submodule and that to include it in the build I need somehow to enable xmlpatterns module of Qt (according to qtdeclarative/src/imports/imports.pro file). The question is how do I do that? The answer should definitely be simple and obvious but Google doesn't give it among the most popular results.

1

There are 1 best solutions below

1
MrNeutro On

just add framework in you .pro file: QT += core xml xmlpatterns