distribution/packages/graphics/qt6/package.mk

13 lines
530 B
Makefile
Raw Normal View History

2023-12-14 00:16:10 +00:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2023-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
PKG_NAME="qt6"
PKG_MAJOR_VERSION="6.6"
PKG_VERSION="${PKG_MAJOR_VERSION}.1"
PKG_LICENSE="GPLv3"
PKG_SITE="https://download.qt.io"
PKG_DEPENDS_TARGET="toolchain"
2023-12-14 00:21:01 +00:00
PKG_LONGDESC="Qt6 - Qt is a full development framework with tools designed to streamline the creation of applications and user interfaces for desktop, embedded, and mobile platforms."
2023-12-14 00:16:10 +00:00
2023-12-14 15:19:36 +00:00
PKG_DEPENDS_TARGET+=" qt6base qt6tools qt6wayland"