diff --git a/src/projectM-pulseaudio/CMakeLists.txt b/src/projectM-pulseaudio/CMakeLists.txt index 900091399..6db8432f6 100644 --- a/src/projectM-pulseaudio/CMakeLists.txt +++ b/src/projectM-pulseaudio/CMakeLists.txt @@ -81,3 +81,4 @@ ADD_EXECUTABLE(projectM-pulseaudio ${projectM_pulseaudio_SRCS} ${projectM_pulsea TARGET_LINK_LIBRARIES(projectM-pulseaudio projectM-qt projectM pulse ${QT_QTGUI_LIBRARIES} ${QT_QTOPENGL_LIBRARIES} ${QT_QTCORE_LIBRARIES} ${QT_LIBRARIES}) INSTALL(TARGETS projectM-pulseaudio DESTINATION ${CMAKE_INSTALL_PREFIX}/bin ) +install(FILES "projectM-pulseaudio.desktop" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) \ No newline at end of file diff --git a/src/projectM-pulseaudio/projectM-pulseaudio.desktop b/src/projectM-pulseaudio/projectM-pulseaudio.desktop new file mode 100644 index 000000000..7cb2f3ca0 --- /dev/null +++ b/src/projectM-pulseaudio/projectM-pulseaudio.desktop @@ -0,0 +1,6 @@ +[Desktop Entry] +Name=ProjectM-pulseaudio +Comment=ProjectM Pulse Audio gui +Exec=/usr/bin/projectM-pulseaudio +Icon=prjm16-transparent.svg +Type=Application diff --git a/src/projectM-qt/CMakeLists.txt b/src/projectM-qt/CMakeLists.txt index df95f3129..4b70651c9 100644 --- a/src/projectM-qt/CMakeLists.txt +++ b/src/projectM-qt/CMakeLists.txt @@ -115,3 +115,4 @@ target_link_libraries(projectM-qt projectM ${QT_QTGUI_LIBRARIES} ${QT_QTOPENGL_L install(FILES qprojectm_mainwindow.hpp DESTINATION include/libprojectM-qt) install(TARGETS projectM-qt DESTINATION lib${LIB_SUFFIX}) install(FILES "${CMAKE_BINARY_DIR}/libprojectM-qt.pc" DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}/pkgconfig) +install(FILES "images/icons/prjm16-transparent.svg" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/pixmaps)