diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qtgraphs | |
Diffstat (limited to 'vcpkg/ports/qtgraphs')
| -rw-r--r-- | vcpkg/ports/qtgraphs/portfile.cmake | 8 | ||||
| -rw-r--r-- | vcpkg/ports/qtgraphs/vcpkg.json | 26 |
2 files changed, 34 insertions, 0 deletions
diff --git a/vcpkg/ports/qtgraphs/portfile.cmake b/vcpkg/ports/qtgraphs/portfile.cmake new file mode 100644 index 0000000..014d19b --- /dev/null +++ b/vcpkg/ports/qtgraphs/portfile.cmake @@ -0,0 +1,8 @@ +set(SCRIPT_PATH "${CURRENT_INSTALLED_DIR}/share/qtbase") +include("${SCRIPT_PATH}/qt_install_submodule.cmake") + +qt_install_submodule(PATCHES ${${PORT}_PATCHES} + CONFIGURE_OPTIONS ${FEATURE_OPTIONS} + CONFIGURE_OPTIONS_RELEASE + CONFIGURE_OPTIONS_DEBUG + ) 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 + } + ] +} |