Skip to content

Commit

Permalink
Stop installing app icon in pixmaps location
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pinotree committed Jul 12, 2022
1 parent cfdf5cf commit 437ddd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unixconf.pri
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 437ddd3

Please sign in to comment.