Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. problemm with cmake
Forum Updated to NodeBB v4.3 + New Features

problemm with cmake

Scheduled Pinned Locked Moved Solved Qt Creator and other tools
7 Posts 2 Posters 644 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • atom_352A Offline
    atom_352A Offline
    atom_352
    wrote on last edited by
    #1

    when i tryed to reload cmake and qtcreator, there is error with cmake in photo 1747d95a-024b-46f5-996b-3ae4835e65ea-image.png
    its in all projects i have(and in new too)
    864388da-a8b4-4e2d-a94e-2499a5c957fc-image.png

    1 Reply Last reply
    0
    • cristian-adamC Offline
      cristian-adamC Offline
      cristian-adam
      wrote on last edited by
      #2

      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.

      atom_352A 1 Reply Last reply
      1
      • cristian-adamC cristian-adam

        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.

        atom_352A Offline
        atom_352A Offline
        atom_352
        wrote on last edited by
        #3
        This post is deleted!
        1 Reply Last reply
        0
        • atom_352A Offline
          atom_352A Offline
          atom_352
          wrote on last edited by
          #4
          This post is deleted!
          1 Reply Last reply
          0
          • atom_352A Offline
            atom_352A Offline
            atom_352
            wrote on last edited by
            #5

            There is all information from general messages from another project, but there is simular problemm in all projects with cmake

            27f5e6b6-5a41-4ba3-bb1d-0923081993e3-image.png
            3fef325e-4b8b-476c-878e-125f6e9f0452-image.png

            1 Reply Last reply
            0
            • cristian-adamC Offline
              cristian-adamC Offline
              cristian-adam
              wrote on last edited by
              #6

              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
              
              atom_352A 1 Reply Last reply
              2
              • cristian-adamC cristian-adam

                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
                
                atom_352A Offline
                atom_352A Offline
                atom_352
                wrote on last edited by
                #7

                @cristian-adam Thanks! That's really helped me

                1 Reply Last reply
                0
                • atom_352A atom_352 has marked this topic as solved on

                • Login

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • Users
                • Groups
                • Search
                • Get Qt Extensions
                • Unsolved