aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats/xspf
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-05-29 07:50:50 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2013-05-29 07:50:50 +0000
commit7dd7c511c94bfe160d09dda1c5651d61e3a87c10 (patch)
treec7929fa6c85d38c672b16aeb051bd73f471feb47 /src/plugins/PlayListFormats/xspf
parentd9622ccabc03eeebafba7abae4be97774069142f (diff)
downloadqmmp-7dd7c511c94bfe160d09dda1c5651d61e3a87c10.tar.gz
qmmp-7dd7c511c94bfe160d09dda1c5651d61e3a87c10.tar.bz2
qmmp-7dd7c511c94bfe160d09dda1c5651d61e3a87c10.zip
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
Diffstat (limited to 'src/plugins/PlayListFormats/xspf')
-rw-r--r--src/plugins/PlayListFormats/xspf/xspf.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro
index 01c2eecfa..a7ca309b5 100644
--- a/src/plugins/PlayListFormats/xspf/xspf.pro
+++ b/src/plugins/PlayListFormats/xspf/xspf.pro
@@ -21,10 +21,10 @@ 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/libxsplaylistformat.so
+ QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/libxsplaylistformat.so
LIBS += -lqmmpui -lqmmp
}