Use undeprecated install dirs

Using kde-dev-scripts/kf5/cmakelists_install_vars.pl
This commit is contained in:
Nicolas Fella
2022-04-21 20:58:00 +02:00
parent 0cfa87e23d
commit 709b2c8fd9

View File

@@ -127,7 +127,7 @@ if(ANDROID)
)
else()
target_link_libraries(neochat PRIVATE Qt5::Widgets KF5::KIOWidgets)
install(FILES neochat.notifyrc DESTINATION ${KNOTIFYRC_INSTALL_DIR})
install(FILES neochat.notifyrc DESTINATION ${KDE_INSTALL_KNOTIFYRCDIR})
endif()
if(TARGET KF5::DBusAddons)