diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qt5-base/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/qt5-base/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qt5-base/vcpkg.json | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-base/vcpkg.json b/vcpkg/ports/qt5-base/vcpkg.json new file mode 100644 index 0000000..483c4f1 --- /dev/null +++ b/vcpkg/ports/qt5-base/vcpkg.json @@ -0,0 +1,129 @@ +{ + "name": "qt5-base", + "version": "5.15.18", + "description": "Qt Base provides the basic non-GUI functionality required by all Qt applications.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + { + "name": "at-spi2-core", + "platform": "linux" + }, + { + "name": "dbus", + "platform": "linux" + }, + "double-conversion", + "egl-registry", + { + "name": "fontconfig", + "platform": "!windows" + }, + { + "name": "freetype", + "default-features": false, + "features": [ + "png", + "zlib" + ] + }, + { + "name": "harfbuzz", + "default-features": false, + "features": [ + "freetype" + ] + }, + "libjpeg-turbo", + "libpng", + { + "name": "opengl", + "platform": "!windows" + }, + { + "name": "pcre2", + "default-features": false + }, + { + "name": "qt5-base", + "host": true, + "default-features": false + }, + { + "name": "vcpkg-cmake-get-vars", + "host": true + }, + { + "name": "vcpkg-pkgconfig-get-modules", + "host": true + }, + "zlib" + ], + "default-features": [ + "openssl" + ], + "features": { + "cups": { + "description": "Provides support for the Common Unix Printing System", + "supports": "linux | osx" + }, + "icu": { + "description": "Enable ICU support", + "dependencies": [ + { + "name": "icu", + "platform": "!uwp" + } + ] + }, + "latest": { + "description": "(deprecated)" + }, + "mysqlplugin": { + "description": "Build the sql plugin for connecting to mysql databases", + "dependencies": [ + "libmysql", + { + "name": "qt5-base", + "default-features": false, + "features": [ + "zstd" + ] + } + ] + }, + "openssl": { + "description": "Build with OpenSSL support", + "dependencies": [ + "openssl" + ] + }, + "postgresqlplugin": { + "description": "Build the sql plugin for connecting to postgresql databases", + "dependencies": [ + "libpq" + ] + }, + "sqlite3plugin": { + "description": "Build the sql plugin for connecting to sqlite3 databases", + "dependencies": [ + { + "name": "sqlite3", + "default-features": false + } + ] + }, + "vulkan": { + "description": "Enable Vulkan support in QtGui", + "dependencies": [ + "vulkan" + ] + }, + "zstd": { + "description": "Zstandard support", + "dependencies": [ + "zstd" + ] + } + } +} |