I'm trying to adapt Tao3D (http://tao3d.sourceforge.net) to the "new" way of
doing OpenGL on Qt. I run into unsatisfied symbols for QAbstractOpenGLFunctions
(specifically, the vtable and the destructor), despite the fact that
QOpenGLFunctions_3_0 (which derives from QAbstractOpenGLFunctions) is
On Tuesday 25 November 2014 13:45:31 Lisandro Damián Nicanor Pérez Meyer
wrote:
> > Actually, the reason that you *need* to pass -system-xxx on distributions
> > is to make sure that Qt will use the system lib. In other words, if you
> > forget your BuildRequires: tag, the build for Qt should fail
On Monday 24 November 2014 19:58:16 Thiago Macieira wrote:
> On Monday 24 November 2014 19:35:33 Thiago Macieira wrote:
> > > default configure options. At the moment, we have to pass an insane
> > > amount
> > > of -system-libfoo and -linked-libbar switches.
> >
> > Agreed.
> >
> > I'm already c
This is follow up on my previous question as some things are now clear to
me.
1. You cannot explicitly call the paintGL method in qt.
2. QGLView class does not have the updateGL method- QGLWidget has it.
Based on these my questions are:
1. Can I use the QGL widget class in qt3d. Will I be able t
Hi all,
We have finally Qt 5.4.0 RC candidate packages available for your testing
Windows:
http://download.qt-project.org/snapshots/qt/5.4/5.4.0-rc/2014-11-25_89/
Linux: http://download.qt-project.org/snapshots/qt/5.4/5.4.0-rc/2014-11-25_97/
Mac: http://download.qt-project.org/snapshots/qt/5.4
2014-11-24 19:10 GMT+02:00 Thiago Macieira :
> When did Debian remove Qt3?
It seems only in 2012... Maybe the pkg-kde's Qt4 -> Qt5 plan is too
optimistic, but the ease of porting might result in Debian archive
void of Qt4-only packages surprisingly soon. Most proprietary Qt
software tends to ship
Hi,
I suggest we drop the win32-mingw47_developer-build-qtlibinfix-Windows
configuration from the CI, and replace it by one utilizing mingw-builds
i686-4.9.1-release-posix-dwarf-rt_v3-rev2 . This is in addition with the two
win32-mingw48 configurations we already have in the CI system.
We've b