diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-qtwebengine/vcpkg.json')
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-qtwebengine/vcpkg.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-qtwebengine/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-qtwebengine/vcpkg.json new file mode 100644 index 0000000..545ad61 --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-qtwebengine/vcpkg.json @@ -0,0 +1,45 @@ +{ + "name": "vcpkg-ci-qtwebengine", + "version-string": "ci", + "description": "Testing qtwebengine", + "license": null, + "dependencies": [ + "qtwebengine", + { + "name": "vcpkg-cmake", + "host": true + } + ], + "default-features": [ + "ci" + ], + "features": { + "ci": { + "description": "Default CI configuration", + "dependencies": [ + { + "name": "vcpkg-ci-qtwebengine", + "default-features": false, + "features": [ + "pdf" + ], + "platform": "android | ios | (linux & !x86) | osx | (windows & x64 & !static)" + }, + { + "name": "vcpkg-ci-qtwebengine", + "default-features": false, + "features": [ + "webengine" + ], + "platform": "!static & ((linux & !x86) | osx | (windows & x64 & !static))" + } + ] + }, + "pdf": { + "description": "Test PDF module" + }, + "webengine": { + "description": "Test WebEngine module" + } + } +} |