diff options
Diffstat (limited to 'ports/qt5-webengine')
| -rw-r--r-- | ports/qt5-webengine/CONTROL | 10 | ||||
| -rw-r--r-- | ports/qt5-webengine/vcpkg.json | 33 |
2 files changed, 33 insertions, 10 deletions
diff --git a/ports/qt5-webengine/CONTROL b/ports/qt5-webengine/CONTROL deleted file mode 100644 index a34cdc1ec..000000000 --- a/ports/qt5-webengine/CONTROL +++ /dev/null @@ -1,10 +0,0 @@ -Source: qt5-webengine
-Version: 5.15.2
-Port-Version: 2
-Description: Qt5 webengine Module;
-Build-Depends: qt5-base[core], qt5-declarative, qt5-location, qt5-quickcontrols, qt5-quickcontrols2, qt5-tools, qt5-webchannel, atlmfc (windows), ffmpeg[core] (!windows)
-Supports: !static
-Default-Features:
-
-Feature: proprietary-codecs
-Description: Enable proprietary-codecs in qtwebengine
\ No newline at end of file diff --git a/ports/qt5-webengine/vcpkg.json b/ports/qt5-webengine/vcpkg.json new file mode 100644 index 000000000..83a599f65 --- /dev/null +++ b/ports/qt5-webengine/vcpkg.json @@ -0,0 +1,33 @@ +{ + "name": "qt5-webengine", + "version-string": "5.15.2", + "port-version": 3, + "description": "Qt5 webengine Module;", + "supports": "!static", + "dependencies": [ + { + "name": "atlmfc", + "platform": "windows" + }, + { + "name": "ffmpeg", + "default-features": false, + "platform": "!windows" + }, + { + "name": "qt5-base", + "default-features": false + }, + "qt5-declarative", + "qt5-location", + "qt5-quickcontrols", + "qt5-quickcontrols2", + "qt5-tools", + "qt5-webchannel" + ], + "features": { + "proprietary-codecs": { + "description": "Enable proprietary-codecs in qtwebengine" + } + } +} |
