chore: standardize build procedure

This commit is contained in:
2026-01-15 01:32:06 +01:00
parent 1cadf6a873
commit b3d2bec75a
4 changed files with 72 additions and 12 deletions
+4
View File
@@ -89,6 +89,10 @@ install(TARGETS wallpaper-carousel
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
install(FILES ${CMAKE_CURRENT_LIST_DIR}/app/wallpaper-carousel.desktop
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications
)
if(QT_VERSION_MAJOR EQUAL 6)
qt_finalize_executable(wallpaper-carousel)
endif()