Commit dc1c93838034be6850e4837d59869340a4ce3ba9
- Diff rendering mode:
- inline
- side by side
qmpdclient.desktop
(1 / 0)
|   | |||
| 4 | 4 | GenericName=A nicer MPD client | |
| 5 | 5 | Exec=qmpdclient | |
| 6 | 6 | Categories=Qt;Network;Music; | |
| 7 | Icon=qmpdclient64.png | ||
| 7 | 8 | Terminal=false |
qmpdclient.pro
(3 / 1)
|   | |||
| 223 | 223 | unix { | |
| 224 | 224 | desktop_file.files = qmpdclient.desktop | |
| 225 | 225 | desktop_file.path = $$PREFIX/share/applications | |
| 226 | INSTALLS += desktop_file | ||
| 226 | icons.files = icons/qmpdclient64.png | ||
| 227 | icons.path = $$PREFIX/share/icons | ||
| 228 | INSTALLS += desktop_file icons | ||
| 227 | 229 | } | |
| 228 | 230 | ||
| 229 | 231 | # update translations (make translate) |

