diff options
Diffstat (limited to 'vcpkg/ports/kf5windowsystem/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kf5windowsystem/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/kf5windowsystem/vcpkg.json b/vcpkg/ports/kf5windowsystem/vcpkg.json new file mode 100644 index 0000000..c0e7618 --- /dev/null +++ b/vcpkg/ports/kf5windowsystem/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "kf5windowsystem", + "version": "5.98.0", + "description": "Access to the windowing system", + "homepage": "https://api.kde.org/frameworks/kwindowsystem/html/", + "dependencies": [ + "ecm", + "qt5-tools", + { + "name": "qt5-winextras", + "platform": "windows" + }, + { + "name": "qt5-x11extras", + "platform": "linux" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |