diff options
| author | deeedob <dennis.ob@protonmail.com> | 2024-04-04 13:02:41 +0200 |
|---|---|---|
| committer | deeedob <dennis.ob@protonmail.com> | 2024-04-04 14:13:12 +0200 |
| commit | 516c788d451c7c5d3d1fd3eb04171e21e7026628 (patch) | |
| tree | 8cf6b0d26f7eb260fc53ac39006c6e7ab688a802 /vcpkg.json | |
Create Qt user interfaces for the CLAP audio plugin standard.
Import the repository to continue development on it. This version is the
proof-of-concept implementation, as highlighted in my thesis. It is
feature incomplete but already preserves this initial work whilst a
rewrite is on its way.
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..0498f64 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "description": "Interface for the CLAP plugin standard", + "dependencies": [ + "protobuf", + "grpc" + ], + "features": { + "vcpkg-qt": { + "description": "Use Qt libraries from vcpkg", + "dependencies": [ + { + "name": "qtgrpc", + "version>=": "6.7" + }, + { + "name": "qtdeclarative", + "version>=": "6.7" + } + ] + } + } +}
\ No newline at end of file |
