QOpenGL issues in Ubuntu
-
@SGaist
No i didn't installed other version . -
@mpergand
i tried all the commands that i got from this question also the site :
https://wiki.qt.io/Install_Qt_5_on_Ubuntutake a look
sudo apt-get install mesa-common-dev
sudo apt-get install libglu1-mesa-dev -y
sudo apt-get install build-essential
sudo apt-get install libgl-dev libglu-dev
sudo apt-get install libfontconfig1
sudo apt-get install mesa-common-dev
sudo apt-get install libglu1-mesa-dev -y
sudo apt-get install mesa-common-dev -
just i want to say same thing .
i tested a new empty project has compiled correctly , but my last project can not be done . -
@Maarouf-Med-Mahdi Delete the build folder of your project and do a clean rebuild.
Also, are you doing anything special in this (not working) project? -
Hi @jsulm
just i created the project on windows OS , and the same project i try to compile it on ubuntu .
my objective is to deploy my app with Linux OS . -
Is it a newly created default project ?
-
Hi All ,
NEWS,
i tested some class of my project and i got the principal cause of that .
i can't include QtGui library in any class ,if i do ,i will get this errors .
Exception QtGui !!!!???
any one can explain to me why ?
#include<QtGui> -
Hi @SGaist
Yes is it ! -
Looks like there's something fishy with your kit then.
-
@SGaist
more than that .
I removed all my inclusion of Qtgui library in all the class of my project , and i got build my project finally . i can say my problem has fixed ,but i don't know what is ambiguous in my kit .
21/21