diff options
Diffstat (limited to 'vcpkg/ports/qtactiveqt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtactiveqt/vcpkg.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/qtactiveqt/vcpkg.json b/vcpkg/ports/qtactiveqt/vcpkg.json new file mode 100644 index 0000000..1682cea --- /dev/null +++ b/vcpkg/ports/qtactiveqt/vcpkg.json @@ -0,0 +1,35 @@ +{ + "name": "qtactiveqt", + "version": "6.9.1", + "description": "ActiveQt", + "homepage": "https://www.qt.io/", + "license": null, + "supports": "windows", + "dependencies": [ + { + "name": "qtactiveqt", + "host": true, + "default-features": false + }, + { + "$comment": "also requires printsupport!", + "name": "qtbase", + "default-features": false, + "features": [ + "gui", + "widgets" + ] + } + ], + "features": { + "qml": { + "description": "Build QML imports", + "dependencies": [ + { + "name": "qtdeclarative", + "default-features": false + } + ] + } + } +} |