mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-22 15:58:45 +01:00
Explicitly link qt to libclementine-common
This commit is contained in:
parent
eab875c46d
commit
7599b5771f
@ -35,6 +35,7 @@ add_library(libclementine-common STATIC
|
||||
)
|
||||
|
||||
target_link_libraries(libclementine-common
|
||||
${QT_LIBRARIES}
|
||||
${TAGLIB_LIBRARIES}
|
||||
${CMAKE_THREAD_LIBS_INIT}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user