Re: [osg-users] [build] Problem with version 3.2.1 and Qt 4.8

2014-09-23 Thread Andrés Barrionuevo
Hi Tianlan (I think you've romanized the order of your name, right?), you were right! It was a rogue debug Qt library that got mixed with the release ones in CMake. Before posting the question, I checked the libs in CMake several times but missed that one!!! ... Thanks and cheers!

[osg-users] [build] Problem with version 3.2.1 and Qt 4.8

2014-09-22 Thread Andrés Barrionuevo
Hi, I've downloaded the new version (3.2.1) and built it with support for Qt 4.8. When I tried to use the libs in my app (which worked fine with version 3.0.1) I got two errors. First one, from QGraphicsWindowQt: Code: GraphicsWindowQt:24:21: fatal error: QGLWidget: No such file or directory

Re: [osg-users] [build] Problem with version 3.2.1 and Qt 4.8

2014-09-22 Thread Tianlan Shao
Hi Andres, I would guess that there might be some mistakes when you build your program, e.g. mix debug and release build. see also: http://www.qtcentre.org/threads/10959-QWidget-Must-construct-a-QApplication-before-a-QPaintDevice?p=263303#post263303 best, Shao On Mon, Sep 22, 2014 at 2:56 PM,