diff options
Diffstat (limited to 'vcpkg/ports/qtserialport')
| -rw-r--r-- | vcpkg/ports/qtserialport/portfile.cmake | 10 | ||||
| -rw-r--r-- | vcpkg/ports/qtserialport/vcpkg.json | 14 |
2 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/qtserialport/portfile.cmake b/vcpkg/ports/qtserialport/portfile.cmake new file mode 100644 index 0000000..1a3a6f1 --- /dev/null +++ b/vcpkg/ports/qtserialport/portfile.cmake @@ -0,0 +1,10 @@ +set(SCRIPT_PATH "${CURRENT_INSTALLED_DIR}/share/qtbase") +include("${SCRIPT_PATH}/qt_install_submodule.cmake") + +set(${PORT}_PATCHES) + +qt_install_submodule(PATCHES ${${PORT}_PATCHES} + CONFIGURE_OPTIONS + CONFIGURE_OPTIONS_RELEASE + CONFIGURE_OPTIONS_DEBUG + ) diff --git a/vcpkg/ports/qtserialport/vcpkg.json b/vcpkg/ports/qtserialport/vcpkg.json new file mode 100644 index 0000000..dfd8063 --- /dev/null +++ b/vcpkg/ports/qtserialport/vcpkg.json @@ -0,0 +1,14 @@ +{ + "name": "qtserialport", + "version": "6.9.1", + "description": "Qt Serial Port provides basic functionality for configuration, I/O operations, and getting and setting the control signals of the RS-232 pinouts.", + "homepage": "https://www.qt.io/", + "license": null, + "supports": "!ios", + "dependencies": [ + { + "name": "qtbase", + "default-features": false + } + ] +} |