Also fix compile path

This commit is contained in:
Sune Vuorela 2024-01-12 09:43:16 +01:00
parent 53fb06d6b4
commit 478f6f24fb

View file

@ -615,6 +615,7 @@ if (KF6Purpose_FOUND)
endif()
set_target_properties(okularpart PROPERTIES PREFIX "")
set_target_properties(okularpart PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_LIBRARY_OUTPUT_DIRECTORY}/kf6/parts)
if (Qt6TextToSpeech_FOUND)
target_link_libraries(okularpart Qt6::TextToSpeech)