qt_test: add qt test example package

Signed-off-by: Andy Hu <andy.hu@starfivetech.com>
This commit is contained in:
Andy Hu
2023-08-04 18:32:48 +08:00
parent 2584ef7236
commit 74bd59a052
8 changed files with 205 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# qttest
#
################################################################################
QT_TEST_VERSION:=1.0.0
QT_TEST_SITE=$(TOPDIR)/package/starfive/qt_test/src
QT_TEST_SITE_METHOD=local
QT_TEST_DEPENDENCIES = qt5base
define QT_TEST_INSTALL_TARGET_CMDS
cd $(@D); $(TARGET_MAKE_ENV) $(MAKE) INSTALL_ROOT=$(TARGET_DIR) install
endef
$(eval $(qmake-package))