Error after install and a first Qwidget-Application
-
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 -
Hi,
Do you have a longer log ?
Sadly that message does not say much about what is going wrong. -
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 :-) -