Closed GoogleCodeExporter closed 9 years ago
The problem seems to be in the old version of Qt4. The compiler cannot find
removeOne
method of QList template class. According to the Qt4 documentation [1], this
method
was introduced in Qt 4.4.
Unfortunatelly there is Qt 4.3 in Hardy, so you will probably need to upgrade to
newer version. I'm not very familiar with Ubuntu, but at [2] you can check which
version of Ubuntu has the new enough version of Qt4.
If you don't want to upgrade your Ubuntu, you can still solve the problem with
more
or less hacky way. Try to google "qt 4.4 hardy" (without quotes) and you will
surely
find a solution.
If you have any other questions, please send me an email.
Cheers,
MacJariel
Links:
[1] http://doc.trolltech.com/qlist.html#removeOne
[2] http://packages.ubuntu.com/hardy/libqt4-dev
Original comment by MacJar...@gmail.com
on 7 Jul 2009 at 4:32
Original issue reported on code.google.com by
piero.da...@gmail.com
on 7 Jul 2009 at 3:59