]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/qt5-base/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / qt5-base / vcpkg.json
1 {
2 "name": "qt5-base",
3 "version-semver": "5.15.2",
4 "port-version": 8,
5 "description": "Qt5 Application Framework Base Module. Includes Core, GUI, Widgets, Networking, SQL, Concurrent and other essential qt components.",
6 "homepage": "https://www.qt.io/",
7 "dependencies": [
8 {
9 "name": "angle",
10 "platform": "!windows"
11 },
12 "double-conversion",
13 "egl-registry",
14 {
15 "name": "fontconfig",
16 "platform": "!windows"
17 },
18 "freetype",
19 "harfbuzz",
20 {
21 "name": "icu",
22 "platform": "!uwp"
23 },
24 "libjpeg-turbo",
25 "libpng",
26 "openssl",
27 "pcre2",
28 "sqlite3",
29 {
30 "name": "vcpkg-pkgconfig-get-modules",
31 "host": true
32 },
33 "zlib",
34 "zstd"
35 ],
36 "features": {
37 "latest": {
38 "description": "Build latest qt version (5.15.2) instead of LTS (latest and LTS are currently the same)"
39 },
40 "mysqlplugin": {
41 "description": "Build the sql plugin for connecting to mysql databases",
42 "dependencies": [
43 "libmysql"
44 ]
45 },
46 "postgresqlplugin": {
47 "description": "Build the sql plugin for connecting to postgresql databases",
48 "dependencies": [
49 "libpq"
50 ]
51 },
52 "vulkan": {
53 "description": "Enable Vulkan support in QtGui",
54 "dependencies": [
55 "vulkan"
56 ]
57 }
58 }
59 }