mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 19:45:31 +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}
|
${ZLIB_LIBRARIES}
|
||||||
${MSWMDM_LIBRARIES}
|
${MSWMDM_LIBRARIES}
|
||||||
${SAC_SHIM_LIBRARIES}
|
${SAC_SHIM_LIBRARIES}
|
||||||
|
${QTSPARKLE_LIBRARIES}
|
||||||
qtwin
|
qtwin
|
||||||
)
|
)
|
||||||
endif (WIN32)
|
endif (WIN32)
|
||||||
@ -1038,10 +1039,6 @@ set_target_properties(clementine PROPERTIES
|
|||||||
MACOSX_BUNDLE_INFO_PLIST "../dist/Info.plist"
|
MACOSX_BUNDLE_INFO_PLIST "../dist/Info.plist"
|
||||||
)
|
)
|
||||||
|
|
||||||
if(WIN32)
|
|
||||||
target_link_libraries(clementine ${QTSPARKLE_LIBRARIES})
|
|
||||||
endif(WIN32)
|
|
||||||
|
|
||||||
if (APPLE)
|
if (APPLE)
|
||||||
install(FILES ../dist/clementine.icns
|
install(FILES ../dist/clementine.icns
|
||||||
DESTINATION "${CMAKE_BINARY_DIR}/clementine.app/Contents/Resources")
|
DESTINATION "${CMAKE_BINARY_DIR}/clementine.app/Contents/Resources")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user