diff options
Diffstat (limited to 'vcpkg/ports/qtgraphs/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtgraphs/vcpkg.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/vcpkg/ports/qtgraphs/vcpkg.json b/vcpkg/ports/qtgraphs/vcpkg.json new file mode 100644 index 0000000..06f4beb --- /dev/null +++ b/vcpkg/ports/qtgraphs/vcpkg.json @@ -0,0 +1,26 @@ +{ + "name": "qtgraphs", + "version": "6.9.1", + "description": "The Qt Graphs module enables you to visualize data in 3D as bar, scatter, and surface graphs.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "gui", + "testlib", + "widgets" + ] + }, + { + "name": "qtdeclarative", + "default-features": false + }, + { + "name": "qtquick3d", + "default-features": false + } + ] +} |