Re: [Mixxx-devel] Touch event support breaks compile on Qt5

2014-03-02 Thread Ilkka Tuohela
Ah, Good to know: I thought we were already targeting Qt5 for next release, but if this is not the case I would not worry too much right now. It was maybe the qml-based skinning system which required Qt5 or something? And that’s not coming for Qt5? Sorry I’m just lost with the features :) BT

Re: [Mixxx-devel] Touch event support breaks compile on Qt5

2014-03-02 Thread Daniel Schürmann
Hi Ilkka, your investigations are correct. The the merged touch patch solves some issues that are already solved in Qt5. And there is actually work to do to make some changes conditional for compiling with Qt5. I have filed a wiki page with some details: http://www.mixxx.org/wiki/doku.php/touch

[Mixxx-devel] Touch event support breaks compile on Qt5

2014-03-02 Thread Ilkka Tuohela
Hi, Recently merged patch to support touch events breaks compile with Qt5: the touch API was added to quite late versions of Qt4 and it seems it was only a draft version, reimplemented for Qt5 slightly differently. It’s quite obvious when you compare public functions on following pages: http:/