[Kde-imaging] [Bug 90183] Slideshow with OpenGL gives me a blank screen

Renchi Raju renchi at pooh.tam.uiuc.edu
Thu Sep 30 18:41:48 CEST 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
        
http://bugs.kde.org/show_bug.cgi?id=90183        




------- Additional Comments From renchi pooh tam uiuc edu  2004-09-30 18:41 -------
for some reason, the -lGL flag didn't get picked up by your qmake even though its specified in the .pro file.

after you run make, manually link the exe with (note: below has to be one line):

g++  -o opengltest glwidget.o main.o    -L/usr/lib/ -L/usr/lib/qt3/lib/ -L/usr/X11R6/lib/ -lqt-mt -lXext -lX11 -lGL -lm


More information about the Kde-imaging mailing list