Installing Qt6 on RasperryPi Trixie?
-
Hi
I just created fresh install of Rasbian (Debian 13 Trixie)I installed qt6 and qtcreator from package manager.
I can open qtcreator and create GUI project with qmake.
But if I select cmake (Because I know it's time to get in cmake now?) then I can not create GIU application.
I just see cmake file in project manager tree.
And message is "No kits are enabled for this project. Eneble kits in Project mode"What is the problem. I alredy installed via "apt install " cmake and build-essential
Regards,
Mucip:) -
Hi,
Which version of Qt Creator do you have ?
-
Qt Creator, not Qt.
-
Might be a silly question but did you check that you have cmake properly setup in Qt Creator ?
-
I do not mean that you have to do something. Just check that everything is fine on the cmake side in the Creator's settings.
-
Sometimes you have bugs in one architecture and not the others.
It might also just be a subtle difference in you settings, etc.