Re: [Development] iOS and QProcess in Qt5.5.0 no more ?

2015-07-02 Thread Thiago Macieira
On Thursday 02 July 2015 16:36:55 Martin Koller wrote: Hi, my app compilation fails with Qt 5.5.0 on iOS since I found in qglobal.h #if defined(Q_OS_IOS) # define QT_NO_PROCESS #endif to be honest, I did never try if it worked, but at least my code did compile with Qt 5.4.2 Was

[Development] iOS and QProcess in Qt5.5.0 no more ?

2015-07-02 Thread Martin Koller
Hi, my app compilation fails with Qt 5.5.0 on iOS since I found in qglobal.h #if defined(Q_OS_IOS) # define QT_NO_PROCESS #endif to be honest, I did never try if it worked, but at least my code did compile with Qt 5.4.2 Was QProcess never supposed to work there or is this a new limitation ?