What’s the roadmap for Qt3D?
BTW, I downloaded Qt3D with “git clone git://gitorious.org/qt/qt3d.git.” Then I
did
“qmake –recursive qt3d.pro” which worked but “make” resulted in the following
error
In file included from
C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglcontext.h:63:0,
from
C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglfunctions.h:57,
from
C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/QOpenGLFunctions:1,
from
../../include/Qt3D/../../src/threed/painting/qglpainter.h:45,
from ../../include/Qt3D/qglpainter.h:1,
from painting/qglabstracteffect.h:45,
from painting/qglabstracteffect.cpp:42:
C:/Qt/Qt5.2.0/5.2.0/mingw48_32/include/QtGui/qopenglversionfunctions.h:785:43:
error: expected unqualified-id before ')' token
void (QOPENGLF_APIENTRYP MemoryBarrier)(GLbitfield barriers);
^
Makefile.Release:3700: recipe for target '.obj/release/qglabstracteffect.o'
failed
Does anyone know why?
I am running Qt 5.2.0 on Windows 8.
Thanks.
Steve_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development