Link the right library for dlopen/dlclose on all platforms.

Fixes issue #2443
This commit is contained in:
John Maguire 2011-11-30 15:40:28 +01:00
parent 8df341492b
commit 7951691a7e
1 changed files with 1 additions and 0 deletions

View File

@ -976,6 +976,7 @@ target_link_libraries(clementine_lib
${QTSINGLECOREAPPLICATION_LIBRARIES}
${QTIOCOMPRESSOR_LIBRARIES}
${CMAKE_THREAD_LIBS_INIT}
${CMAKE_DL_LIBS}
z
)