          MODULE=qt5
         VERSION=5.15.18
          SOURCE=qt-everywhere-opensource-src-$VERSION.tar.xz
      SOURCE_URL=https://download.qt.io/archive/qt/5.15/$VERSION/single/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/qt-everywhere-src-$VERSION
      SOURCE_VFY=sha256:cea1fbabf02455f3f0e8eaa839f5d6f45cdb56b62c8a83af5c1d00ac05f912ea
   MODULE_PREFIX=${QT5_PREFIX:-/usr}
        WEB_SITE=http://qt-project.org
         ENTERED=20140822
         UPDATED=20251128
           SHORT="A C++ toolkit for application development"

cat << EOF
Qt is a C++ toolkit for application development. It lets application developers
target all major operating systems with a single application source code.
Qt provides a platform-independent API to all central platform functionality:
GUI, database access, networking, file handling, etc.
The Qt library encapsulates the different APIs of different operating systems,
providing the application programmer with a single, common API for all
operating systems. The native C APIs are encapsulated in a set of well-designed,
fully object-oriented C++ classes.
EOF
