Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 6.0.0-rc1
-
None
-
-
76d3ffa57a525b53ccfa16c7204a7848ce36a13a (qt-creator/qt-creator/6.0)
Description
I downloaded the Qt 6.2.1 combined tar ball, extracted that and opened the toplevel CMakeLists.txt in Qt Creator.
Configuration succeeded and C++ indexing went through.
I then opened qformlayout.h put the cursor on QLayout (in "class QFormLayout : public QLayout") and did Follow Symbol Under Cursor.
That opened the header file with a relative path within the build directory "<qt>/build.../qtbase/include/QtWidgets/../../../../qt-everywhere-src-6.2.1/qtbase/src/widgets/kernel/qlayout.h
That results in the file not being considered "part of the project" (because the path is not cleaned and therefore not considered to be the same as the file in the project).