Hello dudes,<br><br>When recompiling Plasma for the N900 i found some compilations issues, don&#39;t worry no big deal.<br><br>Just so you know on ARM qreal is not a double but a float...<br><br>so qMax(0.0, whatEverQReal) doesn&#39;t compile...You should use qMax(qreal(0.0), whatEverQReal)...<br>
<br>:D.<br><br>Thanks. Cheers!<br>