mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-02 04:16:47 +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…
x
Reference in New Issue
Block a user