Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
5.8.0 RC
-
macOS iOS
xcode 8.2
Description
qt-enterprise-mac-x64-android-ios-5.8.0-rc_683.dmg
Install with default options, launch QtCreator, try to build network/network-chat -> build fails with error:
/Users/qt/Qt5.8.0_ios/Examples/Qt-5.8/network/network-chat/peermanager.cpp:69:31: error: use of undeclared identifier 'QProcess' QStringList environment = QProcess::systemEnvironment(); ^ 1 error generated. 09:21:57: The process "/usr/bin/make" exited with code 2. Error while building/deploying project network-chat (kit: iphoneos-clang Qt 5.8.0 for iOS) The kit iphoneos-clang Qt 5.8.0 for iOS has configuration issues which might be the root cause for this problem. When executing step "Make"
Tested network/bearermonitor example and that compiles fine.