Hook up QML-related tests.

This commit is contained in:
zhuk 2017-07-14 07:45:36 +00:00
parent 32cb33b40a
commit d26667f119
4 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.18 2016/03/28 15:37:12 zhuk Exp $
# $OpenBSD: Makefile,v 1.19 2017/07/14 07:45:36 zhuk Exp $
# To add a test named ${testname}:
# 1) If test should catch errors, add sample portcheck output to the
@ -11,7 +11,8 @@
# section below.
# user-customizeable
REGRESS_TARGETS ?= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18
REGRESS_TARGETS ?= t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 \
t16 t17 t18 t19 t20 t21
PORTCHECK ?= ${PORTSDIR}/infrastructure/bin/portcheck
PORTCHECK_ARGS ?=
SUBST_CMD ?= ${PORTSDIR}/infrastructure/bin/pkg_subst

View File

@ -0,0 +1 @@
depends on Qt5 but installs QML files outside PREFIX/lib/qt5/qml/

View File

@ -0,0 +1 @@
provides Qt5 QML files without x11/qt5/qtdeclarative dependency

View File

@ -0,0 +1 @@
looks like providing QML files without Qt dependency