problemm with cmake
-
wrote 25 days ago last edited by
-
wrote 24 days ago last edited by
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.
-
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.
wrote 21 days ago last edited byThis post is deleted! -
wrote 21 days ago last edited byThis post is deleted!
-
wrote 20 days ago last edited by
-
wrote 20 days ago last edited by
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
-
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
wrote 20 days ago last edited by@cristian-adam Thanks! That's really helped me
-
4/7