vokoscreen add localpeer.patch

This commit is contained in:
groni
2015-11-15 15:22:56 +01:00
parent dc07c5ab97
commit c9874c2a4a
8 changed files with 377 additions and 3 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
</Files>
</Package>
<History>
<History>
<Update release="2">
<Date>2014-05-20</Date>
<Version>1.2_rc1</Version>
@@ -0,0 +1,9 @@
--- a/QtSingleApplicationQt5/qtlocalpeer.h 2015-07-15 00:37:52.607697860 -0500
+++ b/QtSingleApplicationQt5/qtlocalpeer.h 2015-07-15 00:38:05.327732874 -0500
@@ -43,6 +43,7 @@
#include <QLocalServer>
#include <QLocalSocket>
#include <QDir>
+#include <QDataStream>
#include "qtlockedfile.h"
@@ -0,0 +1,10 @@
--- a/QtSingleApplicationQt5/qtlocalpeer.cpp 2015-06-29 18:39:14.977744557 -0400
+++ b/QtSingleApplicationQt5/qtlocalpeer.cpp 2015-06-29 18:39:24.680844220 -0400
@@ -41,6 +41,7 @@
#include "qtlocalpeer.h"
#include <QCoreApplication>
#include <QTime>
+#include <QDataStream>
#if defined(Q_OS_WIN)
#include <QLibrary>
+4
View File
@@ -27,6 +27,10 @@
<Dependency>opencv-devel</Dependency>
<Dependency>pkgconfig</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">qtlocalpeer.patch</Patch>
<Patch level="1">datastream.patch</Patch>
</Patches>
</Source>
<Package>