K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-04-27T11:39:15.000000Z K 7 svn:log V 353 Use correct -soname for qtgl shared library, so that libqtgl actually works. Previously libqtgl.so.4 was libked with soname of libqt2.so.4, so that when you link application with -lqtgl you are fine, but when you are trying to run resulting application it dies because libqt2 (which has no GL code) is dynamically linked instead. Not objected by: will END