diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-27 12:35:05 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-04-27 12:35:05 +0000 |
| commit | 9bc167e621ccc1e802e2f8c16e8879ec7681fda2 (patch) | |
| tree | 6edc86f1281ebab32dea2955e3961c0c1db370ac /src/ui/CMakeLists.txt | |
| parent | 7e58dddb0028b8326c36038d2a4d432f72ae8d3e (diff) | |
| download | qmmp-9bc167e621ccc1e802e2f8c16e8879ec7681fda2.tar.gz qmmp-9bc167e621ccc1e802e2f8c16e8879ec7681fda2.tar.bz2 qmmp-9bc167e621ccc1e802e2f8c16e8879ec7681fda2.zip | |
new application icons (author: Andrey Andreev)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@353 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/CMakeLists.txt')
| -rw-r--r-- | src/ui/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ui/CMakeLists.txt b/src/ui/CMakeLists.txt index 8cc1a1aa2..b0214d22d 100644 --- a/src/ui/CMakeLists.txt +++ b/src/ui/CMakeLists.txt @@ -164,5 +164,8 @@ ADD_EXECUTABLE(qmmp ${ui_SRCS} ${ui_MOC_SRCS} ${ui_UIS_H} ${ui_RCC_SRCS}) target_link_libraries(qmmp ${QT_LIBRARIES} -lqmmp -lqmmpui) install(TARGETS qmmp DESTINATION bin) -#install(FILES qmmp.desktop DESTINATION share/applications) -#install(FILES images/qmmp.xpm DESTINATION share/pixmaps) +install(FILES qmmp.desktop DESTINATION share/applications) +install(FILES images/16x16/qmmp.png DESTINATION share/icons/hicolor/16x16/apps) +install(FILES images/32x32/qmmp.png DESTINATION share/icons/hicolor/32x32/apps) +install(FILES images/48x48/qmmp.png DESTINATION share/icons/hicolor/48x48/apps) + |
