Skip to content

iOS support: handle QProcess being not available#153

Merged
danvratil merged 1 commit intoqcoro:mainfrom
rgriebl:fix-ios
Feb 23, 2023
Merged

iOS support: handle QProcess being not available#153
danvratil merged 1 commit intoqcoro:mainfrom
rgriebl:fix-ios

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.

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