diff options
Diffstat (limited to 'vcpkg/ports/qt5-quickcontrols/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qt5-quickcontrols/vcpkg.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vcpkg/ports/qt5-quickcontrols/vcpkg.json b/vcpkg/ports/qt5-quickcontrols/vcpkg.json new file mode 100644 index 0000000..8801517 --- /dev/null +++ b/vcpkg/ports/qt5-quickcontrols/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "qt5-quickcontrols", + "version": "5.15.18", + "description": "The Qt Quick Controls module provides a set of controls that can be used to build complete interfaces in Qt Quick.", + "license": null, + "dependencies": [ + { + "name": "qt5-base", + "default-features": false + }, + "qt5-declarative", + "qt5-graphicaleffects" + ] +} |