Skip to content

Commit

Permalink
Fix build with latest kdeconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Apr 9, 2024
1 parent 720f59e commit d18f8c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ add_subdirectory(kdeconnect-kde)
# Sailfish Connect
find_package(ECM ${KF5_MIN_VERSION} REQUIRED NO_MODULE)
set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH})
include(ECMQtDeclareLoggingCategory)

find_package(Qt5 REQUIRED COMPONENTS Core DBus Network Gui Sql Quick Feedback)
find_package(KF5 REQUIRED COMPONENTS I18n CoreAddons Config)
Expand Down
3 changes: 0 additions & 3 deletions app/src/sailfishconnect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@
#include "helper/jobsnotificator.h"
#include "helper/keyboardlayoutprovider.h"

// load QCA openssl plugin
Q_IMPORT_PLUGIN(opensslPlugin)

namespace SailfishConnect {

namespace {
Expand Down
2 changes: 1 addition & 1 deletion kdeconnect-kde
Submodule kdeconnect-kde updated from 48bf64 to 32b8fe

0 comments on commit d18f8c6

Please sign in to comment.