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

Regression: Can't open ui_xxx.h files

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • Qt Creator 8.0.2
    • None
    • Linux/X11

    Description

      To reproduce:
      1. Open Creator 9.0 project. My source tree is here:

      /home/jarek/dev/creator-9
      

      while my shadow build dir is here:

      /home/jarek/dev/creator-9-build-63
      

      2. Open plugindetailsview.cpp.
      3. Hover over 5th line containing

      #include "ui_plugindetailsview.h"
      

      press Ctrl and click the filename.
      4. The message box appears:
      Could not open "/home/jarek/dev/creator-9-build-63/src/libs/extensionsystem/ui_plugindetailsview.h" for reading. Either the file does not exist or you do not have the permissions to open it.
      I have this file in my build tree, however, the path is different:

      /home/jarek/dev/creator-9-build-63/src/libs/extensionsystem/ExtensionSystem_autogen/include/ui_plugindetailsview.h
      


      This is a regression comparing to 7.0 branch. In 7.0 linked header was opened, however, it worked only after project parsing has finished. Starting from 8.0 it doesn't open the header even after parsing is finished.

      Attachments

        Activity

          People

            cadam Cristian Adam
            jkobus Jarek Kobus
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: