<div dir="ltr">QStringList has it [0] ?<div><a href="http://doc.qt.io/qt-5/qstringlist.html#join">http://doc.qt.io/qt-5/qstringlist.html#join</a><br></div></div><br><div class="gmail_quote"><div dir="ltr">Le mar. 30 mai 2017 à 10:11, Radim Blazek <<a href="mailto:radim.blazek@gmail.com">radim.blazek@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, May 25, 2017 at 10:53 AM, Nyall Dawson <<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>> wrote:<br>
>> What min version of Qt are you able to compile with? We should update INSTALL.<br>
>><br>
>> In INSTALL requirements it is also written: Qwt >= 5.0 & (< 6.1 with<br>
>> internal QwtPolar)<br>
>> but Qwt 6.0 does not compile with Qt >= 5.4:<br>
>> <a href="http://www.qtcentre.org/archive/index.php/t-63275.html" rel="noreferrer" target="_blank">http://www.qtcentre.org/archive/index.php/t-63275.html</a><br>
>> Is it still true that Qwt must be < 6.1? I have compiled with 6.1.3<br>
>> (but not tested related functionality).<br>
><br>
> I can't help with minimum Qt version (it's either 5.4 or 5.5, but I<br>
> don't believe a firm decision has been made), but the minimum Qwt is<br>
> 6.1. In this case the INSTALL is incorrect and needs to be updated.<br>
<br>
I have updated INSTALL to:<br>
Qt >= 5.4.0<br>
Qwt >= 6.1<br>
<br>
Just for curiosity, question for C++ experts, how this can compile/work:<br>
    QStringList lineParts = part.split( linePartRx, QString::SkipEmptyParts );<br>
    label = lineParts.mid( 5 ).join( ' ' );<br>
if mid() returns QList<QString> which has no join()?<br>
<br>
Radim<br>
</blockquote></div>