ports/x11/kde-applications/okular/patches/patch-CMakeLists_txt

13 lines
376 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: CMakeLists.txt
--- CMakeLists.txt.orig
+++ CMakeLists.txt
2023-09-08 05:21:37 +00:00
@@ -607,7 +607,7 @@ if (KF5Purpose_FOUND)
2023-08-16 22:26:55 +00:00
target_link_libraries(okularpart KF5::PurposeWidgets)
endif()
-set_target_properties(okularpart PROPERTIES PREFIX "")
+#set_target_properties(okularpart PROPERTIES PREFIX "")
if (Qt5TextToSpeech_FOUND)
target_link_libraries(okularpart Qt5::TextToSpeech)