diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-13 11:04:40 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-07-13 11:04:40 +0000 |
| commit | 2df29630db7ab26bb1d50d247bd3cd11e6055211 (patch) | |
| tree | 9236e998c580ca76f067150bb6c4eb4f2013fe90 /src/plugins/PlaylistFormats | |
| parent | 81b684e6f216d5f943fb0bbea9ef6e359fca3a0c (diff) | |
| download | qmmp-2df29630db7ab26bb1d50d247bd3cd11e6055211.tar.gz qmmp-2df29630db7ab26bb1d50d247bd3cd11e6055211.tar.bz2 qmmp-2df29630db7ab26bb1d50d247bd3cd11e6055211.zip | |
added cygwin patches (yselkowitz AT gmail.com)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1024 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/PlaylistFormats')
| -rw-r--r-- | src/plugins/PlaylistFormats/m3u/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/PlaylistFormats/pls/CMakeLists.txt | 2 | ||||
| -rw-r--r-- | src/plugins/PlaylistFormats/xspf/CMakeLists.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/PlaylistFormats/m3u/CMakeLists.txt b/src/plugins/PlaylistFormats/m3u/CMakeLists.txt index 9b97df761..f7a18fb07 100644 --- a/src/plugins/PlaylistFormats/m3u/CMakeLists.txt +++ b/src/plugins/PlaylistFormats/m3u/CMakeLists.txt @@ -43,7 +43,7 @@ QT4_WRAP_CPP(libm3uplaylistformat_MOC_SRCS ${libm3uplaylistformat_MOC_HDRS}) # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(m3uplaylistformat SHARED ${libm3uplaylistformat_SRCS} ${libm3uplaylistformat_MOC_SRCS}) +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) diff --git a/src/plugins/PlaylistFormats/pls/CMakeLists.txt b/src/plugins/PlaylistFormats/pls/CMakeLists.txt index ac9b55eec..29c49f73c 100644 --- a/src/plugins/PlaylistFormats/pls/CMakeLists.txt +++ b/src/plugins/PlaylistFormats/pls/CMakeLists.txt @@ -43,7 +43,7 @@ QT4_WRAP_CPP(libplsplaylistformat_MOC_SRCS ${libplsplaylistformat_MOC_HDRS}) # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(plsplaylistformat SHARED ${libplsplaylistformat_SRCS} ${libplsplaylistformat_MOC_SRCS}) +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) diff --git a/src/plugins/PlaylistFormats/xspf/CMakeLists.txt b/src/plugins/PlaylistFormats/xspf/CMakeLists.txt index a084ba897..f4a27ac22 100644 --- a/src/plugins/PlaylistFormats/xspf/CMakeLists.txt +++ b/src/plugins/PlaylistFormats/xspf/CMakeLists.txt @@ -48,7 +48,7 @@ QT4_WRAP_CPP(libxspfplaylistformat_MOC_SRCS ${libxspfplaylistformat_MOC_HDRS}) # the UI file won't be wrapped! include_directories(${CMAKE_CURRENT_BINARY_DIR}) -ADD_LIBRARY(xspfplaylistformat SHARED ${libxspfplaylistformat_SRCS} ${libxspfplaylistformat_MOC_SRCS}) +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) |
