PDA

View Full Version : Qt 3D error at compile



qt_developer
6th February 2014, 10:17
Hi all,

I'm trying to compile the teapot example (http://doc-snapshot.qt-project.org/qt3d-1.0/qt3d-teapot.html) but I get the next error:


C:\Workspace\qt3d\teapot\teapotview.h:45: error: C1083: Cannot open include file: 'qglview.h': No such file or directory

How can I compile this?

I use the latest version of Qt.

Regards.

d_stranz
6th February 2014, 23:42
I don't think Qt 3D has been kept up to date with the current Qt release. Many Qt OpenGL classes disappeared with Qt 5. You can maybe compile it against Qt 4.8.

anda_skoa
7th February 2014, 08:01
I think an updated version of Qt3D will appear in 5.3

Cheers,
_

qt_developer
13th February 2014, 14:18
Ok, I will try with the "Qt libraries 4.8.5 for Windows (minGW 4.4, 317 MB)" (http://mirrors.linsrv.net/Qt/official_releases/qt/4.8/4.8.5/qt-win-opensource-4.8.5-mingw.exe) installer.

Thanks.

budda
9th April 2014, 08:25
I think Qt3D didn't make the string freeze for Qt5.3.... so it won't be included in the release coming up in May (2014)

d_stranz
10th April 2014, 02:32
Too bad. I would like to use this at some point.

qt_developer
6th May 2014, 15:46
I think Qt3D didn't make the string freeze for Qt5.3.... so it won't be included in the release coming up in May (2014)

Has been released the 5.3 version yet?

I've achieved to compile a QGLWidget example (http://www.bogotobogo.com/Qt/Qt5_OpenGL_QGLWidget.php) with my current version (Qt 4.8.1).