I've been trying to port various Qt apps, including qt5ct, and I've run
into errors such as "error: ‘QProcessEnvironment’ was not declared in this
scope". I get that QProcess doesn't work on Genode, given its lack of
fork() support outside noux, but why won't anything using QProcess or
QProcessEnvironment compile, and how do I fix this?