summaryrefslogtreecommitdiff
path: root/app-text/kbibtex/files/kbibtex-fix-cmake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/kbibtex/files/kbibtex-fix-cmake.patch')
-rw-r--r--app-text/kbibtex/files/kbibtex-fix-cmake.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-text/kbibtex/files/kbibtex-fix-cmake.patch b/app-text/kbibtex/files/kbibtex-fix-cmake.patch
new file mode 100644
index 00000000000..9fd7b41c2f9
--- /dev/null
+++ b/app-text/kbibtex/files/kbibtex-fix-cmake.patch
@@ -0,0 +1,19 @@
+--- a/CMakeLists.txt 2015-07-26 22:10:03.158276297 +0200
++++ b/CMakeLists.txt 2015-07-26 22:11:22.380277657 +0200
+@@ -45,14 +45,8 @@
+ Network
+ )
+
+-find_package(
+- Qt5 ${QT_MIN_VERSION}
+- QUIET
+- CONFIG
+- COMPONENTS
+- WebEngineWidgets
+- WebKitWidgets
+-)
++find_package(Qt5WebEngineWidgets ${QT_MIN_VERSION} QUIET CONFIG COMPONENTS)
++find_package(Qt5WebKitWidgets ${QT_MIN_VERSION} QUIET CONFIG COMPONENTS)
+
+ find_package(
+ KF5 ${KF5_MIN_VERSION}