Install parts into the right folder

CCBUG: 479122
This commit is contained in:
Sune Vuorela 2024-01-05 15:18:23 +01:00
parent 8a604d8fe7
commit 55901afcc3

View File

@ -621,8 +621,7 @@ if (Qt6TextToSpeech_FOUND)
endif()
#instead install the part to this path so it can be found
#install(TARGETS okularpart DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/parts/ )
install(TARGETS okularpart DESTINATION ${KDE_INSTALL_PLUGINDIR})
install(TARGETS okularpart DESTINATION ${KDE_INSTALL_PLUGINDIR}/kf6/parts/ )
endif()# End of BUILD_DESKTOP if