fixed "undefined reference to" for clementine-tagreader when build in MXE

This commit is contained in:
Pavel Vatagin 2016-03-12 18:10:32 +03:00
parent d7b2af3378
commit 2792bce486
1 changed files with 2 additions and 2 deletions

View File

@ -27,10 +27,10 @@ add_executable(clementine-tagreader
target_link_libraries(clementine-tagreader
${TAGLIB_LIBRARIES}
${QT_QTCORE_LIBRARY}
${QT_QTNETWORK_LIBRARY}
libclementine-common
libclementine-tagreader
${QT_QTCORE_LIBRARY}
${QT_QTNETWORK_LIBRARY}
)
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")