aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qt5-webengine/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qt5-webengine/vcpkg.json')
-rw-r--r--vcpkg/ports/qt5-webengine/vcpkg.json48
1 files changed, 48 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-webengine/vcpkg.json b/vcpkg/ports/qt5-webengine/vcpkg.json
new file mode 100644
index 0000000..7b5bd5d
--- /dev/null
+++ b/vcpkg/ports/qt5-webengine/vcpkg.json
@@ -0,0 +1,48 @@
+{
+ "name": "qt5-webengine",
+ "version": "5.15.18",
+ "description": "Qt WebEngine provides functionality for rendering regions of dynamic web content.",
+ "license": null,
+ "supports": "!static",
+ "dependencies": [
+ {
+ "name": "atl",
+ "platform": "windows"
+ },
+ {
+ "name": "dbus",
+ "platform": "!windows"
+ },
+ {
+ "name": "ffmpeg",
+ "default-features": false,
+ "platform": "!windows"
+ },
+ {
+ "name": "icu",
+ "platform": "!windows"
+ },
+ {
+ "name": "qt5-base",
+ "default-features": false,
+ "features": [
+ "openssl"
+ ]
+ },
+ "qt5-declarative",
+ "qt5-location",
+ "qt5-quickcontrols",
+ "qt5-quickcontrols2",
+ "qt5-tools",
+ "qt5-webchannel",
+ {
+ "name": "vcpkg-tool-nodejs",
+ "host": true
+ }
+ ],
+ "features": {
+ "proprietary-codecs": {
+ "description": "Enable proprietary-codecs in qtwebengine"
+ }
+ }
+}