From 2487a5086711aa7154d049bb197e95847b5bfd63 Mon Sep 17 00:00:00 2001 From: Andre Hartmann <aha_1980@gmx.de> Date: Wed, 14 Feb 2018 21:37:52 +0100 Subject: [PATCH] Fix platforms for QtSerialBus There are several Windows CAN plugins available, and Modbus can be used usable on Windows also. Change-Id: Ia5fb2561db4f0b97547ec7ed4fe4ed48ebb8e283 Reviewed-by: Alex Blasche <alexander.blasche@qt.io> --- doc/src/qtmodules.qdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/qtmodules.qdoc b/doc/src/qtmodules.qdoc index e73fbd77..a67336f0 100644 --- a/doc/src/qtmodules.qdoc +++ b/doc/src/qtmodules.qdoc @@ -278,8 +278,8 @@ \li Provides access to sensor hardware and motion gesture recognition. \row \li \l[QtSerialBus]{Qt Serial Bus} - \li \l{Qt for Linux/X11}{Linux} - \li \l{Qt for Linux/X11}{Linux} and \l{Boot2Qt}{Boot to Qt} targets. + \li All + \li \l{Qt for Windows}{Windows}, \l{Qt for Linux/X11}{Linux} and \l{Boot2Qt}{Boot to Qt} targets. \li Provides access to serial industrial bus interface. Currently the module supports the CAN bus and Modbus protocols. \row -- GitLab