1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2024-12-13 17:21:36 +01:00
strawberry-audio-player-win.../3rdparty
2024-02-18 14:24:20 +01:00
..
getopt Replace tabs with spaces 2024-02-18 14:24:20 +01:00
kdsingleapplication Require KDSingleApplication 1.1.0 2023-12-26 23:30:25 +01:00
SPMediaKeyTap Add SPMediaKeyTap back (#621) 2021-01-06 14:46:21 +01:00
README.md Use system macdeployqt 2023-09-17 01:23:53 +02:00

3rdparty libraries located in this directory

KDSingleApplication

This is a small static library used by Strawberry to prevent it from starting twice per user session. If the user tries to start strawberry twice, the main window will maximize instead of starting another instance. It is also used to pass command-line options through to the first instance.

URL: https://github.com/KDAB/KDSingleApplication/

SPMediaKeyTap

Used on macOS to exclusively enable strawberry to grab global media shortcuts. Can safely be deleted on other platforms.

getopt

getopt included only when compiling on Windows.