From 7dd7c511c94bfe160d09dda1c5651d61e3a87c10 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 29 May 2013 07:50:50 +0000 Subject: fixed qmake support (patch by Ryota Shimamoto) (Fixes issue 586) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3493 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/kdenotify/kdenotify.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General') diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 840a9c67c..6d70f2cf1 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -42,7 +42,7 @@ TRANSLATIONS = translations/kdenotify_plugin_cs.ts \ translations/kdenotify_plugin_ja.ts \ translations/kdenotify_plugin_es.ts -images.files = app_icon.png \ - empty_cover.png +images.files = images/app_icon.png \ + images/empty_cover.png images.path = /share/qmmp/images/ INSTALLS += images -- cgit v1.2.3-13-gbd6f