mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-03 13:30:26 +01:00
Fix Qt 5 build (#6246)
This commit is contained in:
parent
453270c8b5
commit
09538d84f2
7
3rdparty/qocoa/CMakeLists.txt
vendored
7
3rdparty/qocoa/CMakeLists.txt
vendored
@ -29,4 +29,9 @@ endif()
|
||||
add_library(Qocoa STATIC
|
||||
${SOURCES} ${MOC_SOURCES} ${RESOURCES_SOURCES}
|
||||
)
|
||||
target_link_libraries(Qocoa Qt5::Widgets Qt5::MacExtras)
|
||||
|
||||
if(APPLE)
|
||||
target_link_libraries(Qocoa Qt5::Widgets Qt5::MacExtras)
|
||||
else()
|
||||
target_link_libraries(Qocoa Qt5::Widgets)
|
||||
endif()
|
||||
|
@ -1245,21 +1245,13 @@ target_link_libraries(clementine_lib
|
||||
libclementine-tagreader
|
||||
libclementine-remote
|
||||
|
||||
Qt5::Concurrent
|
||||
Qt5::Core
|
||||
Qt5::Network
|
||||
Qt5::OpenGL
|
||||
Qt5::OpenGL
|
||||
Qt5::Sql
|
||||
Qt5::Widgets
|
||||
Qt5::Xml
|
||||
|
||||
${TAGLIB_LIBRARIES}
|
||||
${MYGPOQT5_LIBRARIES}
|
||||
${CHROMAPRINT_LIBRARIES}
|
||||
${GOBJECT_LIBRARIES}
|
||||
${GLIB_LIBRARIES}
|
||||
${GIO_LIBRARIES}
|
||||
${QT_LIBRARIES}
|
||||
${GSTREAMER_BASE_LIBRARIES}
|
||||
${GSTREAMER_LIBRARIES}
|
||||
${GSTREAMER_APP_LIBRARIES}
|
||||
|
Loading…
Reference in New Issue
Block a user