mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
Install appdata xml file along with the other files.
This commit is contained in:
parent
4627776165
commit
de5912b3b5
@ -44,6 +44,10 @@ nogui:systemd {
|
|||||||
menuicon.path = $$PREFIX/share/applications/
|
menuicon.path = $$PREFIX/share/applications/
|
||||||
INSTALLS += menuicon
|
INSTALLS += menuicon
|
||||||
|
|
||||||
|
appdata.files = $$DIST_PATH/qBittorrent.appdata.xml
|
||||||
|
appdata.path = $$PREFIX/share/appdata/
|
||||||
|
INSTALLS += appdata
|
||||||
|
|
||||||
icon16.files = $$DIST_PATH/menuicons/16x16/apps/qbittorrent.png
|
icon16.files = $$DIST_PATH/menuicons/16x16/apps/qbittorrent.png
|
||||||
icon16.path = $$PREFIX/share/icons/hicolor/16x16/apps/
|
icon16.path = $$PREFIX/share/icons/hicolor/16x16/apps/
|
||||||
icon22.files = $$DIST_PATH/menuicons/22x22/apps/qbittorrent.png
|
icon22.files = $$DIST_PATH/menuicons/22x22/apps/qbittorrent.png
|
||||||
|
Loading…
Reference in New Issue
Block a user