On Sat, 28 Sep 2013 12:54:08 +0200, Tomas Sobota <t...@sobota.net> wrote:
> A couple of days ago I downloaded and compiled PyQt-gpl-5.1
> -snapshot-597681874226 on my Linux Mint Debian Edition box.
> 
> The file qmlscene/pluginloader.cpp failed to compile the sentence:
>     QVector<uint> ucs4 = py_plugin_dir.toUcs4();
> 
> It looked like QVector was not defined, so I fixed the error including
the
> line:
> #include <QVector>
> 
> at the start of the file.After that, the file compiled fine.
> 
> Tom

Already fixed.

Phil
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to