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 QProcess never supposed to work there or is this a new limitation ?

commit b0182069e57175216bc9aa6d71fcb7efbff54116
Author: Tor Arne Vestbø <tor.arne.ves...@digia.com>
Date:   Wed Mar 4 16:56:49 2015 +0100
Follows: v5.4.1
Precedes: v5.5.0-alpha1
Branches: <Expand>

    iOS: Define QT_NO_PROCESS, as the platform doesn't allow fork/exec

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to