aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/PlayListFormats
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-22 09:33:31 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-12-22 09:33:31 +0000
commitff85d16aad8dbc9ae118aa81f4741bf46b1b53d5 (patch)
tree7dd3a489bb0736617423549d957dbc798dd18b95 /src/plugins/PlayListFormats
parentac1f3775990561224c69543f7fbcf31e62fd0109 (diff)
downloadqmmp-ff85d16aad8dbc9ae118aa81f4741bf46b1b53d5.tar.gz
qmmp-ff85d16aad8dbc9ae118aa81f4741bf46b1b53d5.tar.bz2
qmmp-ff85d16aad8dbc9ae118aa81f4741bf46b1b53d5.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3086 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/PlayListFormats')
-rw-r--r--src/plugins/PlayListFormats/PlayListFormats.pro (renamed from src/plugins/PlayListFormats/PlaylistFormats.pro)0
-rw-r--r--src/plugins/PlayListFormats/m3u/CMakeLists.txt2
-rw-r--r--src/plugins/PlayListFormats/m3u/m3u.pro2
-rw-r--r--src/plugins/PlayListFormats/pls/CMakeLists.txt2
-rw-r--r--src/plugins/PlayListFormats/pls/pls.pro4
-rw-r--r--src/plugins/PlayListFormats/xspf/CMakeLists.txt2
-rw-r--r--src/plugins/PlayListFormats/xspf/xspf.pro2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/plugins/PlayListFormats/PlaylistFormats.pro b/src/plugins/PlayListFormats/PlayListFormats.pro
index f214cffff..f214cffff 100644
--- a/src/plugins/PlayListFormats/PlaylistFormats.pro
+++ b/src/plugins/PlayListFormats/PlayListFormats.pro
diff --git a/src/plugins/PlayListFormats/m3u/CMakeLists.txt b/src/plugins/PlayListFormats/m3u/CMakeLists.txt
index f7a18fb07..cbed694fe 100644
--- a/src/plugins/PlayListFormats/m3u/CMakeLists.txt
+++ b/src/plugins/PlayListFormats/m3u/CMakeLists.txt
@@ -46,4 +46,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(m3uplaylistformat MODULE ${libm3uplaylistformat_SRCS} ${libm3uplaylistformat_MOC_SRCS})
add_dependencies(m3uplaylistformat qmmpui)
target_link_libraries(m3uplaylistformat ${QT_LIBRARIES} -lqmmpui)
-install(TARGETS m3uplaylistformat DESTINATION ${LIB_DIR}/qmmp/PlaylistFormats)
+install(TARGETS m3uplaylistformat DESTINATION ${LIB_DIR}/qmmp/PlayListFormats)
diff --git a/src/plugins/PlayListFormats/m3u/m3u.pro b/src/plugins/PlayListFormats/m3u/m3u.pro
index b4a435c7f..952165a9d 100644
--- a/src/plugins/PlayListFormats/m3u/m3u.pro
+++ b/src/plugins/PlayListFormats/m3u/m3u.pro
@@ -5,7 +5,7 @@ warn_on \
plugin \
lib
-TARGET =$$PLUGINS_PREFIX/PlaylistFormats/m3uplaylistformat
+TARGET =$$PLUGINS_PREFIX/PlayListFormats/m3uplaylistformat
TEMPLATE = lib
QMAKE_LIBDIR += ../../../../lib
diff --git a/src/plugins/PlayListFormats/pls/CMakeLists.txt b/src/plugins/PlayListFormats/pls/CMakeLists.txt
index 29c49f73c..4e221e436 100644
--- a/src/plugins/PlayListFormats/pls/CMakeLists.txt
+++ b/src/plugins/PlayListFormats/pls/CMakeLists.txt
@@ -46,4 +46,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(plsplaylistformat MODULE ${libplsplaylistformat_SRCS} ${libplsplaylistformat_MOC_SRCS})
add_dependencies(plsplaylistformat qmmpui)
target_link_libraries(plsplaylistformat ${QT_LIBRARIES} -lqmmpui)
-install(TARGETS plsplaylistformat DESTINATION ${LIB_DIR}/qmmp/PlaylistFormats)
+install(TARGETS plsplaylistformat DESTINATION ${LIB_DIR}/qmmp/PlayListFormats)
diff --git a/src/plugins/PlayListFormats/pls/pls.pro b/src/plugins/PlayListFormats/pls/pls.pro
index 006e0aa63..60681f3ee 100644
--- a/src/plugins/PlayListFormats/pls/pls.pro
+++ b/src/plugins/PlayListFormats/pls/pls.pro
@@ -5,7 +5,7 @@ warn_on \
plugin \
lib
-TARGET =$$PLUGINS_PREFIX/PlaylistFormats/plsplaylistformat
+TARGET =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat
TEMPLATE = lib
@@ -24,7 +24,7 @@ unix {
target.path = $$LIB_DIR/qmmp/PlaylistFormats
INSTALLS += target
- QMAKE_CLEAN =$$PLUGINS_PREFIX/PlaylistFormats/plsplaylistformat.so
+ QMAKE_CLEAN =$$PLUGINS_PREFIX/PlayListFormats/plsplaylistformat.so
LIBS += -lqmmpui
}
diff --git a/src/plugins/PlayListFormats/xspf/CMakeLists.txt b/src/plugins/PlayListFormats/xspf/CMakeLists.txt
index f4a27ac22..b9ae8bd81 100644
--- a/src/plugins/PlayListFormats/xspf/CMakeLists.txt
+++ b/src/plugins/PlayListFormats/xspf/CMakeLists.txt
@@ -51,4 +51,4 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR})
ADD_LIBRARY(xspfplaylistformat MODULE ${libxspfplaylistformat_SRCS} ${libxspfplaylistformat_MOC_SRCS})
add_dependencies(xspfplaylistformat qmmpui)
target_link_libraries(xspfplaylistformat ${QT_LIBRARIES} -lqmmpui -lqmmp)
-install(TARGETS xspfplaylistformat DESTINATION ${LIB_DIR}/qmmp/PlaylistFormats)
+install(TARGETS xspfplaylistformat DESTINATION ${LIB_DIR}/qmmp/PlayListFormats)
diff --git a/src/plugins/PlayListFormats/xspf/xspf.pro b/src/plugins/PlayListFormats/xspf/xspf.pro
index 28a50ca44..e36b7d04c 100644
--- a/src/plugins/PlayListFormats/xspf/xspf.pro
+++ b/src/plugins/PlayListFormats/xspf/xspf.pro
@@ -5,7 +5,7 @@ warn_on \
plugin \
lib
-TARGET =$$PLUGINS_PREFIX/PlaylistFormats/xspfplaylistformat
+TARGET =$$PLUGINS_PREFIX/PlayListFormats/xspfplaylistformat
TEMPLATE = lib