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:
Pino Toscano
2022-07-12 07:14:55 +02:00
committed by GitHub
parent cfdf5cffac
commit 437ddd3f76

View File

@ -51,10 +51,6 @@ nogui:systemd {
INSTALLS += \ INSTALLS += \
menuicons \ menuicons \
statusIconScalable statusIconScalable
pixmap.files = $$DIST_PATH/menuicons/128x128/apps/qbittorrent.png
pixmap.path = $$DATADIR/pixmaps
INSTALLS += pixmap
} }
# INSTALL # INSTALL