namespace QP { /*! @page ports_os Ports to Third-Party OS - @subpage posix (Linux, embedded-Linux, BSD, etc.) - @subpage qt (Windows, Linux, Mac OS-X, Android, etc.) - @subpage win32 API (Windows) - @subpage win32-qv (Windows with QV) */ /*##########################################################################*/ /*! @page posix POSIX The Quantum Leaps Application Note QP and POSIX describes the QP port to the POSIX 1003.1cn1995 standard. @htmlonly
@endhtmlonly The standard QP/C++ distribution contains the POSIX port and @ref exa_posix "Example Projects for POSIX". */ /*##########################################################################*/ /*! @page qt Qt GUI FrameworkThe QP/C++ ports and examples for [Qt](https://www.qt.io/) are described in the Quantum Leaps Application Note QP and the Qt GUI Framework.
@htmlonly @endhtmlonly The standard QP/C++ distribution contains the Qt port and @ref exa_qt "Example Projects for the Qt Framework". */ /*##########################################################################*/ /*! @page win32 Win32 API (Windows)The QP/C/C++ ports and examples for Windows (e.g., Windows Embedded, WindowsCE etc.) are described in the Quantum Leaps Application Note QP and Win32 (Windows).
@htmlonly @endhtmlonly The standard QP/C++ distribution contains the Win32 (Windows) port and @ref exa_win32 "Example Projects for Win32 (Windows)". */ /*##########################################################################*/ /*! @page win32-qv Win32-QV (Windows with QV)The QP/C/C++ ports and examples for Windows with single-thread (like the @ref qv "QV cooperative kernel") are described in the Quantum Leaps Application Note QP and Win32 (Windows).
@htmlonly @endhtmlonly The standard QP/C++ distribution contains the Win32-QV port and @ref exa_win32-qv "Example Projects for Win32-QV". */ } // namespace QP