From 566e474d99718d581f237968898e2462dab83f07 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 4 Jul 2019 21:08:07 +0200 Subject: [PATCH] octoxbps: fixes for qt5.13 --- srcpkgs/octoxbps/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/octoxbps/template b/srcpkgs/octoxbps/template index 61a4bd50013..abb78865f69 100644 --- a/srcpkgs/octoxbps/template +++ b/srcpkgs/octoxbps/template @@ -15,7 +15,7 @@ checksum=6f7643bb07960d8c8f60ce70dc495f866ae60a4d6d8160a7f108f79bf53d2d22 do_configure() { for _dir in ${wrksrc} ${wrksrc}/notifier/octoxbps-notifier; do - cd $_dir && qmake ${configure_args} \ + cd $_dir && qmake-qt5 ${configure_args} \ PREFIX=/usr \ LIB=/usr/lib \ QMAKE_CFLAGS="${CFLAGS}" \