Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
Qt Creator 12.0.0
-
Ubuntu 22.04 LTS
-
40d5a90bb (master), f52c92bfe (12.0), 1f69ea54a (master)
Description
- Have a checkout of the 6.0 branch of Creator's repository:
git clone -b 6.0 --depth 1 git://code.qt.io/qt-creator/qt-creator.git
No submodules needed. This is the last branch which still had a .pro file.
- Open the project qtcreator.pro from this repository in Creator and configure it.
I used a kit with my self-built Qt 6.6.0. - Open the file crashhandlersetup.h.
You can use the Locator: p crashhandlersetup.h - Look at the Projects view near that file:
It's inconsistent. Why is "../tools/qtcreatorcrashhandler" on three levels for the header file but just one node for the source file?
Found by Squish test tst_openqt_creator.
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-29976 Dummy '..' directories are shown in the 'Projects' view.
- Closed