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/PlayListFormats/pls/pls.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/PlayListFormats/pls') diff --git a/src/plugins/PlayListFormats/pls/pls.pro b/src/plugins/PlayListFormats/pls/pls.pro index b3e723d64..553220d37 100644 --- a/src/plugins/PlayListFormats/pls/pls.pro +++ b/src/plugins/PlayListFormats/pls/pls.pro @@ -20,7 +20,7 @@ unix { isEmpty(LIB_DIR){ LIB_DIR = /lib } - target.path = $$LIB_DIR/qmmp/PlaylistFormats + target.path = $$LIB_DIR/qmmp/PlayListFormats INSTALLS += target QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat.so -- cgit v1.2.3-13-gbd6f