diff options
Diffstat (limited to 'vcpkg/ports/quarter/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/quarter/vcpkg.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vcpkg/ports/quarter/vcpkg.json b/vcpkg/ports/quarter/vcpkg.json new file mode 100644 index 0000000..c9d9292 --- /dev/null +++ b/vcpkg/ports/quarter/vcpkg.json @@ -0,0 +1,28 @@ +{ + "name": "quarter", + "version": "1.2.3", + "port-version": 1, + "description": "Coin3D GUI binding for Qt", + "homepage": "https://coin3d.github.io/quarter/", + "license": "BSD-3-Clause", + "supports": "!android & !uwp", + "dependencies": [ + "coin", + { + "name": "qtbase", + "default-features": false + }, + { + "name": "qttools", + "default-features": false + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |