          MODULE=qt6-base
         VERSION=6.11.0
          SOURCE=qtbase-everywhere-src-$VERSION.tar.xz
      SOURCE_URL=https://download.qt.io/official_releases/qt/${VERSION%.*}/${VERSION}/submodules/
      SOURCE_VFY=sha256:231ad85979864d914dc9568a1b71c91d6cf20d7b2021d059103bf0eb51cb755e
SOURCE_DIRECTORY=$BUILD_DIRECTORY/qtbase-everywhere-src-$VERSION
   MODULE_PREFIX=${QT6_PREFIX:-/usr/lib}
        WEB_SITE=http://qt-project.org
         ENTERED=20211101
         UPDATED=20260413
           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
