From cae7eda25fb6b51f08b52e356afdab888989f00f Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Sun, 18 May 2025 21:20:51 +0000 Subject: [PATCH] qt5quick: rename to qt5declarative qtdeclarative always has been and still is the official module name. --- frameworks/qt5/qt5quick/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frameworks/qt5/qt5quick/Makefile b/frameworks/qt5/qt5quick/Makefile index 4c145cd..fd60656 100644 --- a/frameworks/qt5/qt5quick/Makefile +++ b/frameworks/qt5/qt5quick/Makefile @@ -7,10 +7,9 @@ include $(TOPDIR)/rules.mk -PKG_NAME:=qt5quick +PKG_NAME:=qt5declarative PKG_RELEASE:=1 PKG_HASH:=4e05de0747176a8a86a8c098ad215c2cdf1825a572b62a70b2e91cd81357408d -PKG_SYS_NAME:=qtdeclarative include ../common.mk include $(INCLUDE_DIR)/package.mk