aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtinterfaceframework/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qtinterfaceframework/vcpkg.json')
-rw-r--r--vcpkg/ports/qtinterfaceframework/vcpkg.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/vcpkg/ports/qtinterfaceframework/vcpkg.json b/vcpkg/ports/qtinterfaceframework/vcpkg.json
new file mode 100644
index 0000000..c3eb472
--- /dev/null
+++ b/vcpkg/ports/qtinterfaceframework/vcpkg.json
@@ -0,0 +1,40 @@
+{
+ "name": "qtinterfaceframework",
+ "version": "6.9.1",
+ "description": "The Qt Interface Framework module provides both the tools and the core APIs, for you to implement Middleware APIs, Middleware Back ends, and Middleware Services.",
+ "homepage": "https://www.qt.io/",
+ "license": null,
+ "dependencies": [
+ {
+ "name": "pkgconf",
+ "host": true
+ },
+ {
+ "name": "qtdeclarative",
+ "default-features": false
+ },
+ {
+ "name": "qtinterfaceframework",
+ "host": true,
+ "default-features": false
+ },
+ {
+ "name": "qtmultimedia",
+ "default-features": false
+ },
+ {
+ "name": "qtremoteobjects",
+ "default-features": false
+ },
+ {
+ "name": "qttools",
+ "default-features": false
+ },
+ "taglib",
+ {
+ "name": "vcpkg-get-python-packages",
+ "host": true,
+ "default-features": false
+ }
+ ]
+}