From cb1e3f1b76fffcd5f2bd30d2bb59c1985cc606b2 Mon Sep 17 00:00:00 2001 From: KAMiKAZOW Date: Wed, 14 Jan 2015 01:17:49 +0100 Subject: [PATCH] rm pixmap because it's redundant --- app/app.pro | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/app.pro b/app/app.pro index 7472188..45caebe 100644 --- a/app/app.pro +++ b/app/app.pro @@ -32,8 +32,5 @@ unix { icon256.files = icons/256x256/cool-retro-term.png icon256.path = /usr/share/icons/hicolor/256x256/apps - pixmap.files = icons/128x128/cool-retro-term.png - pixmap.path = /usr/share/pixmaps - - INSTALLS += icon32 icon64 icon128 icon256 pixmap + INSTALLS += icon32 icon64 icon128 icon256 }