10000 iOS support: handle QProcess being not available by rgriebl · Pull Request #153 · qcoro/qcoro · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iOS support: handle QProcess being not available #153

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2023

Conversation

rgriebl
Copy link
@rgriebl rgriebl commented Feb 22, 2023

Handle QProcess missing on iOS in the same way Qt itself does: put all the QProcess related code inside a
#if QT_CONFIG(process)

@rgriebl
Copy link
Author
rgriebl commented Feb 22, 2023

I have switched from my own qmake build setup to cmake + FetchContent and this is the only thing that's breaking the build for iOS now.

< A09A div class="TimelineItem">
rgriebl added a commit to rgriebl/brickstore that referenced this pull request Feb 22, 2023
Also converted it into a dynamic FetchContent dependency.
Currently pulling from a fork until qcoro/qcoro#153 is resolved.
@danvratil
Copy link
Collaborator

Thanks!

@danvratil danvratil merged commit 487b413 into qcoro:main Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0