mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 10:16:00 +03:00
Stop installing app icon in pixmaps location
Since the application icons are already installed in the global XDG hicolor theme, simply stop installing the 128px one in the pixmaps location. PR #17342.
This commit is contained in:
parent
cfdf5cffac
commit
437ddd3f76
1 changed files with 0 additions and 4 deletions
|
@ -51,10 +51,6 @@ nogui:systemd {
|
|||
INSTALLS += \
|
||||
menuicons \
|
||||
statusIconScalable
|
||||
|
||||
pixmap.files = $$DIST_PATH/menuicons/128x128/apps/qbittorrent.png
|
||||
pixmap.path = $$DATADIR/pixmaps
|
||||
INSTALLS += pixmap
|
||||
}
|
||||
|
||||
# INSTALL
|
||||
|
|
Loading…
Reference in a new issue