Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-66349 Compiling QDoc with Clang excessive long compile times
  3. QTBUG-66405

configure should ensure that qdoc's clang dependency is met

XMLWordPrintable

    • Icon: Technical task Technical task
    • Resolution: Fixed
    • Icon: P2: Important P2: Important
    • 5.12.4
    • Build System
    • None
    • e181ec2c20ede6b878187f3123d190e8b952deb1 239a48f17654f223e0ce9fc4cba31a92c88933c3 6ef3752a7a13b29a20b20c98cf6845f02f24c9c6

      From 5.11, qdoc uses the clang parser and the clang-c API for parsing C++ code. This means the correct libclang must be installed in LLVM_INSTALL_DIR which must be set by the user. If qdoc is to be built from the sources, <clang-c/Index.h> must also be accessible below LLVM_INSTALL_DIR. qdoc requires clang from at least version 3.9 of LLVM.

      I don't know how much of this should be checked by the configure script.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            paulwicking Paul Wicking
            gbk Martin Smith (Qt)
            Votes:
            3 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes