file(GLOB files "*.desktop")
foreach(file ${files})
	install(FILES ${file} DESTINATION share/applications)
endforeach()
add_subdirectory(48x48)
