diff options
Diffstat (limited to 'vcpkg/ports/qtremoteobjects/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/qtremoteobjects/vcpkg.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/vcpkg/ports/qtremoteobjects/vcpkg.json b/vcpkg/ports/qtremoteobjects/vcpkg.json new file mode 100644 index 0000000..c5de4d6 --- /dev/null +++ b/vcpkg/ports/qtremoteobjects/vcpkg.json @@ -0,0 +1,43 @@ +{ + "name": "qtremoteobjects", + "version": "6.9.1", + "description": "Qt Remote Objects (QtRO) is an Inter-Process Communication (IPC) module developed for Qt. This module extends Qt's existing functionalities to enable information exchange between processes or computers, easily.", + "homepage": "https://www.qt.io/", + "license": null, + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "network" + ] + }, + { + "name": "qtdeclarative", + "default-features": false + }, + { + "name": "qtremoteobjects", + "host": true, + "default-features": false + } + ], + "features": { + "qml": { + "description": "Build QML imports", + "dependencies": [ + { + "name": "qtbase", + "default-features": false, + "features": [ + "gui" + ] + }, + { + "name": "qtdeclarative", + "default-features": false + } + ] + } + } +} |