Use sparkle to check for updates on macOS and Windows

This commit is contained in:
Jonas Kvinge
2020-08-01 03:37:16 +02:00
parent b07903c3e9
commit af0d092054
6 changed files with 51 additions and 5 deletions

View File

@@ -973,6 +973,7 @@ link_directories(
${QT_LIBRARY_DIRS}
${SINGLEAPPLICATION_LIBRARY_DIRS}
${SINGLECOREAPPLICATION_LIBRARY_DIRS}
${QTSPARKLE_LIBRARY_DIRS}
)
if(HAVE_ALSA)
@@ -1076,6 +1077,7 @@ target_link_libraries(strawberry_lib PUBLIC
${QT_LIBRARIES}
${SINGLEAPPLICATION_LIBRARIES}
${SINGLECOREAPPLICATION_LIBRARIES}
${QTSPARKLE_LIBRARIES}
libstrawberry-common
libstrawberry-tagreader
)