Project does not configure correctly when created on Linux Fedora.
-
I get a configuration error when I start a new project.
Ï installed QT using the maintenance t tool, do I need more dependencies?Im not sure if this is helping.

-
S SnapseSnapper marked this topic as a regular topic on
-
I get a configuration error when I start a new project.
Ï installed QT using the maintenance t tool, do I need more dependencies?Im not sure if this is helping.

@SnapseSnapper Why is it requesting Qt 6.5? What is in your CMakeLists.txt and how do you call cmake?
-
I get a configuration error when I start a new project.
Ï installed QT using the maintenance t tool, do I need more dependencies?Im not sure if this is helping.

@SnapseSnapper on Linux the Qt SDK doesn't install the necessary dependencies to create GUI applications.
https://wiki.qt.io/Building_Qt_Creator_from_Git_on_Fedora_38 has some dependencies installed. But the page builds Qt Creator using Qt from Fedora, and not from the Qt SDK.
$ sudo dnf install mesa-libGL-devel libxkbcommon-develMaybe it's enough.
-
@SnapseSnapper on Linux the Qt SDK doesn't install the necessary dependencies to create GUI applications.
https://wiki.qt.io/Building_Qt_Creator_from_Git_on_Fedora_38 has some dependencies installed. But the page builds Qt Creator using Qt from Fedora, and not from the Qt SDK.
$ sudo dnf install mesa-libGL-devel libxkbcommon-develMaybe it's enough.
@cristian-adam This seems to have fixed it! Thanks a lot!
-
@SnapseSnapper Why is it requesting Qt 6.5? What is in your CMakeLists.txt and how do you call cmake?
@jsulm I wondered about that myself. But it does not seem to be the issue. I fixed it by installing the dependencies from @cristian-adam comment :)