mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-22 15:30:13 +01:00
fixed "undefined reference to" for clementine-tagreader when build in MXE
This commit is contained in:
parent
d7b2af3378
commit
2792bce486
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user