Commit Graph

7 Commits

Author SHA1 Message Date
Tito Brasolin
b4b6cefc8b qt5: update source url to use qt archive
The official_releases directory returns 404 for Qt 5.15.16.
Switching to the archive path ensures a reliable primary download.

Fixes #101
Relates to #72

Signed-off-by: Tito Brasolin <tito.brasolin@gmail.com>
2026-03-30 13:21:36 +02:00
Mirko Vogt
8442f0db3c qt5/common: only apply pkg-defaults for official modules
Determined by PKG_NAME starting with "qt5".
2025-05-22 10:58:15 +00:00
Mirko Vogt
7d9d4a9361 qt5/common: official module names don't contain dashes
strip '-' from PKG_NAME to determine official module name, but keep them
inside PKG_NAMEs for readibility (same as we still have the major
version number inside PKG_NAMEs)
2025-05-22 10:58:15 +00:00
Mirko Vogt
580d0fcc8e qt5: move Build/Install/HostFiles from common.mk to qmake.mk
This directive is for target specific host files which can only result
in qmake builds.
2025-05-22 10:58:15 +00:00
Mirko Vogt
e536bd5911 qt5*: outsource common PKG_*-vars into common.mk
given qt5/common.mk is now included earlier, some variables such as
CONFIGURE_PREFIX are not yet defined. Since it's always /usr anyway,
set it statically.
2025-05-22 10:58:15 +00:00
Mirko Vogt
cecd0e026f qt5*: globally define Qt5 version 2025-05-22 10:58:15 +00:00
Mirko Vogt
b749b9e83d qt5*: split qmake.mk into common.mk and qmake.mk
That way projects not using qmake (but cmake) can still import all qt5
specific variables and helper functions, without its routines being
overriden by the qmake specific ones.
2025-05-22 10:58:15 +00:00