Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32041

conanfile should be visible in project tree when it's used

    XMLWordPrintable

Details

    • All
    • c4386e194 (15.0)

    Description

      Qt Creator has conan package manager integration that automatically uses conanfile.txt / conanfile.py. It should be possible to add the conanfile into CMAKE_CONFIGURE_DEPENDS property, so that it's visible in the project tree, and CMake is reconfigured automatically on conanfile changes. The upstream cmake-conan already does this today: conan_provider.cmake#L497

      This can be replicated by using the following CMake command:

      set_property(
        DIRECTORY ${CMAKE_SOURCE_DIR}
        APPEND
        PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/conanfile.py")

      Attachments

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

        Activity

          People

            cadam Cristian Adam
            jclink Jessia Clinkscale
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes