From 0e11599caf9ada9d6aecc423d62d1523abe09a3e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 20 2019 18:07:51 +0000 Subject: fix webengine_optional.patch --- diff --git a/konqueror-18.12.2-webengine_optional.patch b/konqueror-18.12.2-webengine_optional.patch index 9060205..cea91cc 100644 --- a/konqueror-18.12.2-webengine_optional.patch +++ b/konqueror-18.12.2-webengine_optional.patch @@ -1,7 +1,17 @@ -diff -up konqueror-18.12.2/CMakeLists.txt.webengine_optinal konqueror-18.12.2/CMakeLists.txt ---- konqueror-18.12.2/CMakeLists.txt.webengine_optinal 2019-02-20 10:00:56.759740582 -0600 -+++ konqueror-18.12.2/CMakeLists.txt 2019-02-20 10:02:25.744522748 -0600 -@@ -56,7 +56,9 @@ add_subdirectory( client ) +diff -up konqueror-18.12.2/CMakeLists.txt.opt konqueror-18.12.2/CMakeLists.txt +--- konqueror-18.12.2/CMakeLists.txt.opt 2019-02-04 18:14:27.000000000 -0600 ++++ konqueror-18.12.2/CMakeLists.txt 2019-02-20 12:07:12.717586668 -0600 +@@ -23,7 +23,8 @@ include(ECMQtDeclareLoggingCategory) + set(KONQUEROR_LIB_VERSION "5.0.97") + set(KONQUEROR_VERSION "${KONQUEROR_LIB_VERSION}") + +-find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Widgets WebEngineWidgets) ++find_package(Qt5 ${QT_MIN_VERSION} REQUIRED COMPONENTS Core Widgets) ++find_package(Qt5WebEngineWidgets) + find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS Parts KCMUtils KHtml KDELibs4Support Archive Crash) + + find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS Activities DocTools) # Optional +@@ -55,7 +56,9 @@ add_subdirectory( client ) if(BUILD_TESTING) add_subdirectory( autotests ) endif()