problemm with cmake
Solved
Qt Creator and other tools
-
The important part is:
CMake project configuration failed. No CMake configuration for build type "Release" found. Check General Messages for more information
This means that the CMake configuration of you project failed. And you need to take care of it.
And since you didn't post the information from General Messages ... we can't help you.
-
This post is deleted!
-
The issue is that the OpenGL development cannot be found.
You could install the missing dependencies and try again.
For example building Qt Creator itself on Ubuntu 22.04 requires these packages to be installed:
$ sudo apt install libgl1-mesa-dev libvulkan-dev libxcb-xinput-dev libxcb-xinerama0-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xkb1 libxcb-randr0 libxcb-icccm4
-
@cristian-adam Thanks! That's really helped me
-
A atom_352 has marked this topic as solved