QT-Creator does not start on Fedora 40 (KDE desktop spin)
-
Installing QT-Creator in Fedora 40 via "Discover", the package manager GUI, is possible, but starting fails silently. Opening the
/bin
folder in root and starting the app via ´qtcreator´ command yields following error message:[thilo@Thilo-PC bin]$ qtcreator qtcreator: symbol lookup error: /usr/bin/../lib64/qtcreator/libUtils.so.13: undefined symbol: _ZN19QAbstractFileEngine11setFileTimeERK9QDateTimeNS_8FileTimeE, version Qt_6.7_PRIVATE_API
Flatpak installs and opens, but is not a solution, because it is outdated (v.6.3.1) and the app I want to compile from source requires a newer version of QT.
Weirdly enough, the app size is 0 B in Discover. Not sure, if relevant.
-
Never mind.
Via web-search I found people with similar problems and there already seems to be a fix that hasn't made it into public repositories yet. It is expected that qt-creator-13.0.1-2.fc40 will fix this. See discussion at https://discussion.fedoraproject.org/t/qtcreator-internal-error/118325
-