zeal/zeal-cmake-find-qt-components.patch
Dmitriy Perlow 937ce2f171 - Update to version 0.7.2:
* docs(readme): fix Telegram link
  * feat(ui): add shortcut (Ctrl+B) to toggle sidebar visibility
  * chore: fix typos in code comments
  * fix(app): do not register protocol handlers on startup
  * fix(ui): fix Unix build when X11 is not available
  * docs(readme): update license to GPLv3 or later (#1646)
  * chore(pkg): remove unused zeal.wxs file
  * fix(browser): use button release for forward/back navigation
  * refactor(browser): replace WebKit specific CSS rules
  * refactor(registry): add missing override specifier
  * fix(core): use archive_entry_pathname_utf8
  * feat(registry,ui): show docset search keywords/prefixes
  * refactor(registry): use class enum for index level
  * fix(browser): use default QWebEngineProfile for Qt 6
  * fix(ui): use correct QWebEngineProfile when applying font settings
  * feat(browser): apply dark mode without restart with Qt 6.7+

OBS-URL: https://build.opensuse.org/package/show/devel:tools/zeal?expand=0&rev=39
2024-09-22 07:30:47 +00:00

10 lines
625 B
Diff

diff --color -ur zeal-0.7.2.orig/src/app/CMakeLists.txt zeal-0.7.2/src/app/CMakeLists.txt
--- zeal-0.7.2.orig/src/app/CMakeLists.txt 2024-09-08 17:33:39.000000000 +0200
+++ zeal-0.7.2/src/app/CMakeLists.txt 2024-09-21 17:32:24.516710104 +0200
@@ -1,4 +1,4 @@
-find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Concurrent WebEngineWidgets Widgets REQUIRED)
+find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Concurrent Network WebChannel WebEngineWidgets Widgets REQUIRED)
if (Qt${QT_VERSION_MAJOR}Widgets_VERSION VERSION_LESS QT_MINIMUM_VERSION)
message(FATAL_ERROR "Qt version >= ${QT_MINIMUM_VERSION} is required.")
endif()