summaryrefslogtreecommitdiffstats
path: root/kde/patch/kdeconnect-framework/kdeconnect-kde_qca.diff
blob: 6b63821ff4bd35e12ac8116a23369a1755c7c8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
diff -uar kdeconnect-kde-c7c1974_20150111git.orig/CMakeLists.txt kdeconnect-kde-c7c1974_20150111git/CMakeLists.txt
--- kdeconnect-kde-c7c1974_20150111git.orig/CMakeLists.txt	2015-01-11 05:14:01.000000000 +0100
+++ kdeconnect-kde-c7c1974_20150111git/CMakeLists.txt	2015-01-13 19:35:36.186346803 +0100
@@ -7,7 +7,7 @@
 
 find_package(Qt5 5.2 REQUIRED COMPONENTS Quick Test)
 find_package(KF5 REQUIRED COMPONENTS I18n KIO Notifications ConfigWidgets DBusAddons KCMUtils IconThemes)
-find_package(Qca REQUIRED)
+find_package(Qca-qt5 REQUIRED)
 
 include(KDEInstallDirs)
 include(KDECompilerSettings)
diff -uar kdeconnect-kde-c7c1974_20150111git.orig/core/backends/devicelink.h kdeconnect-kde-c7c1974_20150111git/core/backends/devicelink.h
--- kdeconnect-kde-c7c1974_20150111git.orig/core/backends/devicelink.h	2015-01-11 05:14:01.000000000 +0100
+++ kdeconnect-kde-c7c1974_20150111git/core/backends/devicelink.h	2015-01-13 19:37:54.472349672 +0100
@@ -22,7 +22,7 @@
 #define DEVICELINK_H
 
 #include <QObject>
-#include <QtCrypto>
+#include <QtCrypto/QtCrypto>
 
 #include "../networkpackage.h"
 
diff -uar kdeconnect-kde-c7c1974_20150111git.orig/core/daemon.cpp kdeconnect-kde-c7c1974_20150111git/core/daemon.cpp
--- kdeconnect-kde-c7c1974_20150111git.orig/core/daemon.cpp	2015-01-11 05:14:01.000000000 +0100
+++ kdeconnect-kde-c7c1974_20150111git/core/daemon.cpp	2015-01-13 19:36:20.832347218 +0100
@@ -27,7 +27,7 @@
 #include <QDBusConnection>
 #include <QNetworkSession>
 #include <QNetworkConfigurationManager>
-#include <QtCrypto>
+#include <QtCrypto/QtCrypto>
 #include <QStandardPaths>
 #include <QNetworkAccessManager>
 
diff -uar kdeconnect-kde-c7c1974_20150111git.orig/core/device.h kdeconnect-kde-c7c1974_20150111git/core/device.h
--- kdeconnect-kde-c7c1974_20150111git.orig/core/device.h	2015-01-11 05:14:01.000000000 +0100
+++ kdeconnect-kde-c7c1974_20150111git/core/device.h	2015-01-13 19:36:48.824345985 +0100
@@ -27,7 +27,7 @@
 #include <QSet>
 #include <QSslKey>
 #include <QTimer>
-#include <QtCrypto>
+#include <QtCrypto/QtCrypto>
 
 #include "networkpackage.h"
 
diff -uar kdeconnect-kde-c7c1974_20150111git.orig/core/networkpackage.cpp kdeconnect-kde-c7c1974_20150111git/core/networkpackage.cpp
--- kdeconnect-kde-c7c1974_20150111git.orig/core/networkpackage.cpp	2015-01-11 05:14:01.000000000 +0100
+++ kdeconnect-kde-c7c1974_20150111git/core/networkpackage.cpp	2015-01-13 19:37:33.492347812 +0100
@@ -32,7 +32,7 @@
 #include <QSslKey>
 #include <QDateTime>
 #include <qjsondocument.h>
-#include <QtCrypto>
+#include <QtCrypto/QtCrypto>
 #include <QDebug>
 
 #include "dbushelper.h"
diff -uar kdeconnect-kde-c7c1974_20150111git.orig/core/networkpackage.h kdeconnect-kde-c7c1974_20150111git/core/networkpackage.h
--- kdeconnect-kde-c7c1974_20150111git.orig/core/networkpackage.h	2015-01-11 05:14:01.000000000 +0100
+++ kdeconnect-kde-c7c1974_20150111git/core/networkpackage.h	2015-01-13 19:35:36.224346806 +0100
@@ -28,7 +28,7 @@
 #include <QVariant>
 #include <QStringList>
 #include <QIODevice>
-#include <QtCrypto>
+#include <QtCrypto/QtCrypto>
 #include <QSharedPointer>
 #include <QUrl>