Qt Creator C++ Widget project can't build with language translation

Hello, on a fresh Fedora KDE 41, I installed Qt Creator to build a Qt C++ widget application using CMake, but the build fails because Qt component LinguistTools was not found, even if I installed packages qt-qttools and qt-qttools-devel. I try with new project of the same king using Qt Creator New… menu, and it failed for the same reason. With a new project without language file, the project can be built. I asked this question on Qt forum but with still no answer for the moment. As a workaround I made a version of my application that doesn’t use LinguistTools and was able to build it and run it on Fedora. Any hint would be appreciated.

There are no such packages as qt-qttools and qt-qttools-devel. Fedora has qt5-qttools and qt6-qttools. Which are you talking about?

I was meaning qt6-qttools and qt6-qttools-devel

A dnf search linguist will list a number of packages include some Qt ones.
I suspect you will need to install one of them.

This command retrieves qt packages, one for qt5 and another for qt6 that I tried then to install as my project is a Qt6 one, but it was already installed

This morning I simply tried to build my project with language support and it just build. I have no idea what the problem was, there were updates today, maybe some of them were helpful. Thank you all for your replies.