-
Notifications
You must be signed in to change notification settings - Fork 115
Expand file tree
/
Copy pathvcpkg.json
More file actions
35 lines (35 loc) · 793 Bytes
/
vcpkg.json
File metadata and controls
35 lines (35 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "kikoplay",
"version": "0.0.1",
"dependencies": [
"zlib"
],
"features" : {
"qt-dependencies":{
"description": "Use vcpkg to add QT dependency",
"dependencies" :[
"qt5-base",
"qt5-svg",
{
"name": "qt5-winextras",
"platform": "windows"
}
]
}
},
"builtin-baseline": "9776b51b557bb2c20d79cf541f124c48d0c2c720",
"overrides": [
{
"name": "qt5-base",
"version": "5.15.4"
},
{
"name": "qt5-svg",
"version": "5.15.4"
},
{
"name": "qt5-winextras",
"version": "5.15.4"
}
]
}