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

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

      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

        For Gerrit Dashboard: QTCREATORBUG-28604
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes