Skip to content

Commit 58346b4

Browse files
committed
Merge branch 'master' into rempt/T379-resource-management
2 parents 105812a + d79586f commit 58346b4

File tree

175 files changed

+2302
-1465
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+2302
-1465
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -357,14 +357,6 @@ if (NOT WIN32 AND NOT APPLE)
357357
TYPE OPTIONAL
358358
PURPOSE "Optionally used to provide a dbus api on Linux")
359359

360-
find_package(KF5KIO ${MIN_FRAMEWORKS_VERSION})
361-
macro_bool_to_01(KF5KIO_FOUND HAVE_KIO)
362-
set_package_properties(KF5KIO PROPERTIES
363-
DESCRIPTION "KDE's KIO Framework"
364-
URL "http://api.kde.org/frameworks-api/frameworks5-apidocs/kio/html/index.html"
365-
TYPE OPTIONAL
366-
PURPOSE "Optionally used for recent document handling")
367-
368360
find_package(KF5Crash ${MIN_FRAMEWORKS_VERSION})
369361
macro_bool_to_01(KF5Crash_FOUND HAVE_KCRASH)
370362
set_package_properties(KF5Crash PROPERTIES

KoConfig.h.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
/* Defines if we use lcms2.4 */
5050
#cmakedefine HAVE_LCMS24 1
5151

52-
/* Defines if KIO is present */
53-
#cmakedefine HAVE_KIO 1
54-
5552
/* Defines if DBUS is present */
5653
#cmakedefine HAVE_DBUS 1
5754

0 commit comments

Comments
 (0)