How can we add OpenGL library in new version of QT?
-
wrote on 2 Feb 2021, 04:54 last edited by
Hi All,
When I want to install QT via its online installer, there is no option for OpenGL library! How can I install it within QT?
-
Hi All,
When I want to install QT via its online installer, there is no option for OpenGL library! How can I install it within QT?
@Hassan-math said in How can we add OpenGL library in new version of QT?:
How can I install it within QT?
Qt uses system OpenGL libraries. On what OS are you?
-
wrote on 2 Feb 2021, 08:07 last edited byThis post is deleted!
-
@Hassan-math said in How can we add OpenGL library in new version of QT?:
How can I install it within QT?
Qt uses system OpenGL libraries. On what OS are you?
wrote on 2 Feb 2021, 08:26 last edited by@jsulm said in How can we add OpenGL library in new version of QT?:
@Hassan-math said in How can we add OpenGL library in new version of QT?:
How can I install it within QT?
Qt uses system OpenGL libraries. On what OS are you?
@jsulm it's Ubuntu 20.04
-
@jsulm said in How can we add OpenGL library in new version of QT?:
@Hassan-math said in How can we add OpenGL library in new version of QT?:
How can I install it within QT?
Qt uses system OpenGL libraries. On what OS are you?
@jsulm it's Ubuntu 20.04
@Hassan-math Then install needed packages from your Linux distribution, see https://doc.qt.io/qt-5/linux.html
sudo apt-get install build-essential libgl1-mesa-dev
1/5