<div dir="ltr"><div><div><div><div><div>A couple of days ago I downloaded and compiled PyQt-gpl-5.1<br></div>-snapshot-597681874226 on my Linux Mint Debian Edition box.<br><br></div>The file qmlscene/pluginloader.cpp failed to compile the sentence:<br>
    QVector<uint> ucs4 = py_plugin_dir.toUcs4();<br><br></div><div>It looked like QVector was not defined, so I fixed the error including the line:<br></div>#include <QVector><br><br></div>at the start of the file.After that, the file compiled fine.<br>
<br></div>Tom<br><div><div><br><br></div></div></div>