Simplify q{collection,help}generator links, by kn@

This commit is contained in:
rsadowski 2022-12-10 08:37:21 +00:00
parent 5d6cdbec45
commit 9bf1b341ea
1 changed files with 1 additions and 2 deletions

View File

@ -34,8 +34,7 @@ TEST_TARGET = check
TEST_IS_INTERACTIVE = Yes
pre-configure:
@ln -sf ${LOCALBASE}/lib/qt5/bin/qcollectiongenerator ${WRKDIR}/bin/qcollectiongenerator
@ln -sf ${LOCALBASE}/lib/qt5/bin/qhelpgenerator ${WRKDIR}/bin/qhelpgenerator
ln -sf ${LOCALBASE}/lib/qt5/bin/q{collection,help}generator ${WRKDIR}/bin/
${SUBST_CMD} ${WRKSRC}/Accounts/AccountsQt5Config.cmake.in
.include <bsd.port.mk>