Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved QXmlNodeModelIndex: No such file or directory

    General and Desktop
    2
    2
    475
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • professorkaos64
      professorkaos64 last edited by professorkaos64

      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:

      https://packages.debian.org/experimental/libqt5xmlpatterns5

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • First post
          Last post