Merge pull request #1998 from pullmoll/qbittorrent

qbittorrent: fix build with Qt5 >= 5.5.0
This commit is contained in:
Jürgen Buchmüller 2015-07-11 12:32:54 +02:00
commit 85e705e4dd
2 changed files with 13 additions and 3 deletions

View file

@ -0,0 +1,10 @@
--- src/app/qtsingleapplication/qtlocalpeer.cpp 2015-05-10 03:31:33.000000000 +0200
+++ src/app/qtsingleapplication/qtlocalpeer.cpp 2015-07-11 11:09:17.135167272 +0200
@@ -42,6 +42,7 @@
#include "qtlocalpeer.h"
#include <QCoreApplication>
#include <QTime>
+#include <QDataStream>
#if defined(Q_OS_WIN)
#include <QLibrary>

View file

@ -1,12 +1,12 @@
# Template file for 'qbittorrent'
pkgname=qbittorrent
version=3.2.0
revision=2
revision=3
build_style=gnu-configure
configure_args="--disable-systemd --with-qt5 $(vopt_enable gui) $(vopt_enable webui)"
hostmakedepends="automake libtool pkg-config"
hostmakedepends="automake libtool pkg-config qt5-tools"
makedepends="boost-devel libtorrent1-devel
qt5-declarative-devel qt5-devel qt5-tools-devel qt5-qmake"
qt5-declarative-devel qt5-devel qt5-qmake"
short_desc="Free software alternative to µtorrent"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="GPL-2"