diff options
Diffstat (limited to 'vcpkg/ports/qtquickcontrols2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtquickcontrols2/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vcpkg/ports/qtquickcontrols2/vcpkg.json b/vcpkg/ports/qtquickcontrols2/vcpkg.json new file mode 100644 index 0000000..8fe533d --- /dev/null +++ b/vcpkg/ports/qtquickcontrols2/vcpkg.json @@ -0,0 +1,11 @@ +{ + "name": "qtquickcontrols2", + "version-string": "deprecated", + "port-version": 1, + "description": "Qt Quick Controls provides a set of controls that can be used to build complete interfaces in Qt Quick.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + "qtdeclarative" + ] +} |