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

Change-Id: I0928c4aaa0c308ee86b9611beeba3937b61e226c
Reviewed-by: Richard Moe Gustavsen <richard.gustavsen@theqtcompany.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
bb10
Tor Arne Vestbø 2015-03-04 16:56:49 +01:00 committed by Tor Arne Vestbø
parent d326952b51
commit b0182069e5
1 changed files with 4 additions and 0 deletions

View File

@ -585,6 +585,10 @@ class QDataStream;
# define QT_NO_SOCKS5
#endif
#if defined(Q_OS_IOS)
# define QT_NO_PROCESS
#endif
inline void qt_noop(void) {}
/* These wrap try/catch so we can switch off exceptions later.