-
I'm trying to make my library cross-platform. Is there a way to implement platform-specific dependencies? |
Beta Was this translation helpful? Give feedback.
Answered by
Osyotr
Aug 6, 2024
Replies: 1 comment 1 reply
-
Yes, using vcpkg/ports/qt5-webengine/vcpkg.json Line 11 in a2367ce |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
index1207
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, using
platform
expression. Example:vcpkg/ports/qt5-webengine/vcpkg.json
Line 11 in a2367ce