aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qtconnectivity/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qtconnectivity/vcpkg.json')
-rw-r--r--vcpkg/ports/qtconnectivity/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/qtconnectivity/vcpkg.json b/vcpkg/ports/qtconnectivity/vcpkg.json
new file mode 100644
index 0000000..054a8dd
--- /dev/null
+++ b/vcpkg/ports/qtconnectivity/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "qtconnectivity",
+ "version": "6.9.1",
+ "description": "The Qt Connectivity module provides access to Bluetooth and NFC hardware.",
+ "homepage": "https://www.qt.io/",
+ "license": null,
+ "dependencies": [
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "gui",
+ "network"
+ ]
+ },
+ {
+ "name": "qtbase",
+ "default-features": false,
+ "features": [
+ "dbus"
+ ],
+ "platform": "!(windows & static) & !android & !ios"
+ }
+ ]
+}