From 68cbcaeab96084cd6d94f99f8c306bc1b3b74461 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 4 Nov 2007 09:18:31 +0000 Subject: [PATCH] - Fixed a little problem with 16x16px icon install --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index dd11d7bbe..b041c547c 100644 --- a/src/src.pro +++ b/src/src.pro @@ -53,7 +53,7 @@ DEFINES += NDEBUG menuicon.path = $$PREFIX/share/applications/ INSTALLS += menuicon icon16.files = menuicons/16x16/apps/qbittorrent.png - icon16.path = $$PREFIX/share/icons/hicolor/22x22/apps/ + icon16.path = $$PREFIX/share/icons/hicolor/16x16/apps/ icon22.files = menuicons/22x22/apps/qbittorrent.png icon22.path = $$PREFIX/share/icons/hicolor/22x22/apps/ icon24.files = menuicons/24x24/apps/qbittorrent.png