Browse Source

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.
adaptive-webui-19844
Pino Toscano 2 years ago committed by GitHub
parent
commit
437ddd3f76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      unixconf.pri

4
unixconf.pri

@ -51,10 +51,6 @@ nogui:systemd { @@ -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…
Cancel
Save