mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Add systemd configure option. Closes #921.
This commit is contained in:
parent
26404e2cc4
commit
6b3555bd90
3 changed files with 53 additions and 0 deletions
|
@ -31,6 +31,13 @@ INSTALLS += man
|
|||
|
||||
DIST_PATH = ../dist/unix
|
||||
|
||||
# Systemd Service file
|
||||
nogui:systemd {
|
||||
systemdService.files = $$DIST_PATH/systemd/qbittorrent-nox.service
|
||||
systemdService.path = $$PREFIX/lib/systemd/system/
|
||||
INSTALLS += systemdService
|
||||
}
|
||||
|
||||
# Menu Icon
|
||||
!nogui {
|
||||
menuicon.files = icons/qBittorrent.desktop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue