QXmlNodeModelIndex: No such file or directory
-
Hi I am getting "QtXmlPatterns/QXmlNodeModelIndex: No such file or directory" when building xmlpatters 5.7.0. Build log: http://sprunge.us/jHfM, where does this file from? I am using git recursive clone as well from https://github.com/qt/qtxmlpatterns. I see Debian upstream has an "include" folder with this file.
I see even "git submodule --init" does not pull in the include folder. I do however see http://download.qt.io/archive/qt/5.7/5.7.0/ having this included in the download of the submodules. Why?
Build script and files:
https://github.com/ProfessorKaos64/LibreGeek-Packaging/blob/brewmaster/qtxmlpatterns-opensource-src/
Debian:
-
Hi,
You should rather download Qt's code from code.qt.io. It's the official repository for all things Qt. github is merely a mirror.
You won't get the include folders doing just a pull. The include you use from your code are generated when you build the modules.