Fix FindKIOExtras.cmake

Check for the existence of the plugin rather than the protocol file, which got removed
wilder-5.24
Alexander Lohnau 5 years ago
parent 1e838de388
commit 029f5fc3cb
No known key found for this signature in database
GPG Key ID: 1F58708D54A003E7
  1. 2
      cmake/FindKIOExtras.cmake

@ -1,4 +1,4 @@
find_path(KIOExtras_PATH thumbnail.protocol PATHS ${KDE_INSTALL_FULL_KSERVICES5DIR})
find_path(KIOExtras_PATH thumbnail.so PATHS ${KDE_INSTALL_FULL_PLUGINDIR}/kf5/kio/)
if (KIOExtras_PATH)
set(KIOExtras_FOUND TRUE)

Loading…
Cancel
Save