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

Code navigation: Opening resource files from URL literals does not work with CMake projects

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • None
    • Qt Creator 10.0.0-beta1
    • None
    • 30efb24d4 (dev)

    Description

      As the current way of opening "qrc:/" urls is to check for the same path in all the ResourceFileNode, it is not working with CMake projects as it does not create such nodes : https://codereview.qt-project.org/c/qt-creator/qt-creator/+/446236

      Two options:

      • Determine which files are resource nodes (based on qt_add_resource, qt_add_qml_module, others ( ? ) generated files) and show them in the Project tree (would be nice even without considering the current issue)
      • Change the way of searching for those files when clicking a "qrc:/" url in a CMake project

      Attachments

        Activity

          People

            cadam Cristian Adam
            xavi-b xavi-b
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: