Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error after install and a first Qwidget-Application
Forum Updated to NodeBB v4.3 + New Features

Error after install and a first Qwidget-Application

Scheduled Pinned Locked Moved Solved General and Desktop
6 Posts 3 Posters 337 Views 1 Watching
  • 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.
  • M Offline
    M Offline
    merlin63
    wrote on last edited by merlin63
    #1

    Hello,

    I get the following Message in qtcreator:

    [cmake] 
    [cmake] 
    [cmake] Das Kommando "/home/karlo/Qt/Tools/CMake/bin/cmake 
    -S /home/karlo/projekte/HelloUser 
    -B /home/karlo/projekte/HelloUser/build/Desktop_Qt_6_9_1-Debug 
    -DCMAKE_GENERATOR:STRING=Ninja 
    -DQT_MAINTENANCE_TOOL:FILEPATH=/home/karlo/Qt/MaintenanceTool 
    -DCMAKE_BUILD_TYPE:STRING=Debug 
    -DCMAKE_PREFIX_PATH:PATH=/home/karlo/Qt/6.9.1/gcc_64 -DCMAKE_COLOR_DIAGNOSTICS:BOOL=ON 
    -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/karlo/projekte/HelloUser/build/Desktop_Qt_6_9_1-Debug/.qtc/package-manager/auto-setup.cmake 
    -DQT_QMAKE_EXECUTABLE:FILEPATH=/home/karlo/Qt/6.9.1/gcc_64/bin/qmake 
    -DCMAKE_CXX_FLAGS_INIT:STRING=
    -DQT_QML_DEBUG 
    -DCMAKE_C_COMPILER:FILEPATH=/bin/gcc 
    -DCMAKE_CXX_COMPILER:FILEPATH=/bin/g++" wurde beendet, Rückgabewert 1.
    [cmake] 
    [cmake] Verstrichene Zeit: 00:01.
    
    

    I'm new to Qt and get this message after install and try a first QWidget-Application.
    (i make line breaks in the message above. so it is better readable, i think.)

    Please help. Thank you.
    Karlo

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Do you have a longer log ?
      Sadly that message does not say much about what is going wrong.

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • Y Offline
        Y Offline
        Yaldiz
        wrote on last edited by
        #3

        Hi, to better understand your issue and help you more effectively, could you please share your CMakeLists.txt file? Also, if possible, provide the full error messages that appear during the CMake configuration step. Thanks!

        1 Reply Last reply
        0
        • M Offline
          M Offline
          merlin63
          wrote on last edited by
          #4

          Hello, thank you for that quick reply.

          I saved the Errormessages in a text-file, but I can't upload files. I don't have enough privileges.

          Should I copy the messages in here?

          1 Reply Last reply
          0
          • M Offline
            M Offline
            merlin63
            wrote on last edited by
            #5

            I have installed libgl* lib. It seems that this solved the problem.

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              The good old missing OpenGL dev libraries ! Welcome to the club, many people have encountered it :-)
              Since you have it working now, please mark the thread as solved using the "Topic Tools" button or the three dotted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • M merlin63 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