// Copyright (C) 2016 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only //! [0] cd path/to/QtEmbedded ./configure -qt-gfx-vnc make //! [0] //! [1] cd path/to/QtEmbedded/examples/widgets/analogclock ./analogclock -qws -display VNC:0 //! [1] //! [2] vncviewer localhost:0 //! [2] //! [Starting server] analogclock -qws -display VNC:0 //! [Starting server] //! [Starting clients] calculator -display VNC:0 scribble -display VNC:0 imageviewer -display VNC:0 //! [Starting clients]