Hi All,
I have installed Qt 5.0.2 on Ubuntu 13.04. While building i am getting this error
/usr/bin/ld: cannot find -lGL
collect2: error: ld returned 1 exit status
make: *** [2dpainting] Error 1
13:07:06: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project 2dpainting (kit: Desktop Qt 5.0.2 GCC 64bit)
When executing step 'Make'
even examples are also showing this error.
Thanks
Manoj kumar Panwar
my Pro file is
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = MSTheoreticalCalculation
TEMPLATE = app
SOURCES += main.cpp\
MSTheoreticalCalculationGUI.cpp
HEADERS += MSTheoreticalCalculationGUI.h
FORMS += MSTheoreticalCalculationGUI.ui
↧