From de5912b3b592189894963938a2889fd8cd5e96c1 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 5 Apr 2015 19:01:23 +0300 Subject: [PATCH] Install appdata xml file along with the other files. --- unixconf.pri | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/unixconf.pri b/unixconf.pri index 9884c5ef6..9895acab1 100644 --- a/unixconf.pri +++ b/unixconf.pri @@ -44,6 +44,10 @@ nogui:systemd { menuicon.path = $$PREFIX/share/applications/ 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.path = $$PREFIX/share/icons/hicolor/16x16/apps/ icon22.files = $$DIST_PATH/menuicons/22x22/apps/qbittorrent.png