From 5631082ad19a8abadcd6502a1fec3cf09fb5ba9d Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 10 Jun 2008 22:17:35 +0000 Subject: fixed qmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@399 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/PlaylistFormats/m3u/m3u.pro | 2 +- src/plugins/PlaylistFormats/xspf/xspf.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/PlaylistFormats') diff --git a/src/plugins/PlaylistFormats/m3u/m3u.pro b/src/plugins/PlaylistFormats/m3u/m3u.pro index d4b7c1a9f..e6d9a2c5a 100644 --- a/src/plugins/PlaylistFormats/m3u/m3u.pro +++ b/src/plugins/PlaylistFormats/m3u/m3u.pro @@ -14,7 +14,7 @@ QMAKE_LIBDIR += ../../../../lib isEmpty(LIB_DIR){ LIB_DIR = /lib } -target.path = $$LIB_DIR/qmmp/PlaulistFormats +target.path = $$LIB_DIR/qmmp/PlaylistFormats INSTALLS += target INCLUDEPATH += ../../../../src diff --git a/src/plugins/PlaylistFormats/xspf/xspf.pro b/src/plugins/PlaylistFormats/xspf/xspf.pro index 6a2c036a6..1e5716f58 100644 --- a/src/plugins/PlaylistFormats/xspf/xspf.pro +++ b/src/plugins/PlaylistFormats/xspf/xspf.pro @@ -14,7 +14,7 @@ QMAKE_LIBDIR += ../../../../lib isEmpty(LIB_DIR){ LIB_DIR = /lib } -target.path = $$LIB_DIR/qmmp/PlayListFormats +target.path = $$LIB_DIR/qmmp/PlaylistFormats INSTALLS += target INCLUDEPATH += ../../../../src -- cgit v1.2.3-13-gbd6f