Merge pull request #5294 from pavelvat/fix_mxe_linking

Fix mxe linking
This commit is contained in:
John Maguire 2016-03-12 15:42:18 +00:00
commit 25326b4f4a
2 changed files with 3 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")

View File

@ -1346,6 +1346,7 @@ if (WIN32)
tinysvcmdns
qtwin
dsound
${QT_QTGUI_LIBRARY}
)
endif (WIN32)