Correcting CMake for packaging

This commit is contained in:
Digital Artifex
2025-08-05 06:25:26 -04:00
parent bcf2ad80f1
commit 41a1b6086a

View File

@@ -59,6 +59,9 @@ install(
DESTINATION
${KDE_INSTALL_QMLDIR}/${QMLPLUGIN_INSTALL_URI}
LIBRARY DESTINATION
${KDE_INSTALL_LIBDIR}
)
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_VISIBILITY_PRESET hidden)