Browse Source

Move .desktop file

adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
5d94db9c79
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 2
      .tx/config
  2. 2
      dist/unix/CMakeLists.txt
  3. 0
      dist/unix/qbittorrent.desktop
  4. 2
      unixconf.pri

2
.tx/config

@ -12,7 +12,7 @@ mode = developer @@ -12,7 +12,7 @@ mode = developer
[qbittorrent.qbittorrentdesktop_master]
source_file = src/icons/qBittorrent.desktop
source_file = dist/unix/qbittorrent.desktop
source_lang = en
type = DESKTOP
minimum_perc = 23

2
dist/unix/CMakeLists.txt vendored

@ -31,7 +31,7 @@ if (Qt5Widgets_FOUND) @@ -31,7 +31,7 @@ if (Qt5Widgets_FOUND)
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor
FILES_MATCHING PATTERN "*.png")
install(FILES ${qBittorrent_SOURCE_DIR}/src/icons/qbittorrent.desktop
install(FILES qbittorrent.desktop
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/applications/
COMPONENT data)

0
src/icons/qbittorrent.desktop → dist/unix/qbittorrent.desktop vendored

2
unixconf.pri

@ -36,7 +36,7 @@ nogui:systemd { @@ -36,7 +36,7 @@ nogui:systemd {
# Menu Icon
!nogui {
menuicon.files = icons/qbittorrent.desktop
menuicon.files = dist/unix/qbittorrent.desktop
menuicon.path = $$DATADIR/applications/
INSTALLS += menuicon

Loading…
Cancel
Save