From 714214234b655ed8bb846b1b74f40683c7def78d Mon Sep 17 00:00:00 2001 From: Juergen Buchmueller Date: Mon, 12 Sep 2016 15:27:36 +0200 Subject: [PATCH] qbittorrent: nocross=yes for now Until qt5 cross compile issues are solved, we can't cross compile despite qt5 itself being available. --- srcpkgs/qbittorrent/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/qbittorrent/template b/srcpkgs/qbittorrent/template index a73ecd145fc..3eea5ad3dfa 100644 --- a/srcpkgs/qbittorrent/template +++ b/srcpkgs/qbittorrent/template @@ -12,6 +12,7 @@ license="GPL-2" homepage="http://www.qbittorrent.org/" distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz" checksum=72dc824a90fadc0825e6be6f1c215e38f976262c7f83b625061d542b2b664c40 +nocross=yes build_options="gui webui" desc_option_gui="Enable the graphical user interface"