Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 4.12.0
-
-
182c460a2b257c821f82c2708d84529a99f3e7de (qt-creator/qt-creator/4.12)
Description
After a system upgrade from Ubuntu bionic to focal, I can no-longer load my large project.
CMake runs fine but QtCreator reports (on the command line only; the GUI does not present useful diagnostic messages):
qtc.cmake.fileApi: Directory "src/addons/vortex/extensions/openfoam/schwarzCoupled3" : project index 155 is broken.
"Invalid codemodel file generated by CMake: Broken indexes in directories, projects, or targets."
If I remove the subdirectory mentioned in the message, new errors occur at other subdirectories of the project.
Before the upgrade, I used the same QtCreator version but with CMake-3.10.
Other smaller projects work.
My impression is, that it has to do with the CMake version
Is there a way to get more helpful diagnostic output?
Attachments
Issue Links
- relates to
-
QTCREATORBUG-23878 Invalid codemodel file generated by CMake
- Closed