mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-19 13:01:32 +01:00
Link clementine_lib instead of clementine against qtsparkle, fixing the tests on Windows
This commit is contained in:
parent
3ef0bf65a8
commit
e586ca12e5
@ -992,6 +992,7 @@ if (WIN32)
|
||||
${ZLIB_LIBRARIES}
|
||||
${MSWMDM_LIBRARIES}
|
||||
${SAC_SHIM_LIBRARIES}
|
||||
${QTSPARKLE_LIBRARIES}
|
||||
qtwin
|
||||
)
|
||||
endif (WIN32)
|
||||
@ -1038,10 +1039,6 @@ set_target_properties(clementine PROPERTIES
|
||||
MACOSX_BUNDLE_INFO_PLIST "../dist/Info.plist"
|
||||
)
|
||||
|
||||
if(WIN32)
|
||||
target_link_libraries(clementine ${QTSPARKLE_LIBRARIES})
|
||||
endif(WIN32)
|
||||
|
||||
if (APPLE)
|
||||
install(FILES ../dist/clementine.icns
|
||||
DESTINATION "${CMAKE_BINARY_DIR}/clementine.app/Contents/Resources")
|
||||
|
Loading…
Reference in New Issue
Block a user