Skip to content

Commit d18f8c6

Browse files
committed
Fix build with latest kdeconnect
1 parent 720f59e commit d18f8c6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ add_subdirectory(kdeconnect-kde)
4848
# Sailfish Connect
4949
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
5050
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
51+
include(ECMQtDeclareLoggingCategory)
5152

5253
find_package(Qt5 REQUIRED COMPONENTS Core DBus Network Gui Sql Quick Feedback)
5354
find_package(KF5 REQUIRED COMPONENTS I18n CoreAddons Config)

app/src/sailfishconnect.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
#include "helper/jobsnotificator.h"
6464
#include "helper/keyboardlayoutprovider.h"
6565

66-
// load QCA openssl plugin
67-
Q_IMPORT_PLUGIN(opensslPlugin)
68-
6966
namespace SailfishConnect {
7067

7168
namespace {

kdeconnect-kde

Submodule kdeconnect-kde updated from 48bf646 to 32b8fe8

0 commit comments

Comments
 (0)