Quantcast
Channel: Jobs
Viewing all articles
Browse latest Browse all 18427

New installation of QT5 doesn't work --> cannot find -lGL

$
0
0
Hello, i use Kubuntu 12.04 LTS and Linux Qt5 for (x64). After installing “qt-linux-opensource-5.0.0-x86_64-offline.run” i created a Qt-GUI Project. But even the empty Qt-GUI Project aborts compiling with following errors: 20:57:42: Führe Schritte für Projekt Qt_GUI_Test aus... 20:57:42: Unveränderte Konfiguration, qmake-Schritt wird übersprungen. 20:57:42: Starte "/usr/bin/make" -w   make: Entering directory `/home/marco/QtProjects/Qt_GUI_Test-build-Desktop_Qt_5_0_0_GCC_64bit_SDK-Debug' g++ -m64 -Wl,-rpath,/home/marco/Qt5.0.0/5.0.0/gcc_64 -Wl,-rpath,/home/marco/Qt5.0.0/5.0.0/gcc_64/lib -o Qt_GUI_Test main.o dialog.o moc_dialog.o   -L/usr/X11R6/lib64 -L/home/marco/Qt5.0.0/5.0.0/gcc_64/lib -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread /usr/bin/ld: cannot find -lGL collect2: ld returned 1 exit status make: Leaving directory `/home/marco/QtProjects/Qt_GUI_Test-build-Desktop_Qt_5_0_0_GCC_64bit_SDK-Debug' make: *** [Qt_GUI_Test] Error 1 20:57:42: Der Prozess "/usr/bin/make" wurde mit dem Rückgabewert 2 beendet. Error while building/deploying project Qt_GUI_Test (kit: Desktop Qt 5.0.0 GCC 64bit (SDK)) Bei der Ausführung von Schritt 'Make' Building console applications does work. I think I am missing the GL library. But why do I miss this library on my clean new installation? What can I do to make my QT5 run?

Viewing all articles
Browse latest Browse all 18427

Trending Articles