strawberry-audio-player-win.../3rdparty
Jonas Kvinge 32b94555c3 Remove 3rdparty taglib 2021-02-27 16:55:41 +01:00
..
SPMediaKeyTap Add SPMediaKeyTap back (#621) 2021-01-06 14:46:21 +01:00
singleapplication Simplify CMake Qt 2020-10-27 20:54:25 +01:00
README.md Remove 3rdparty taglib 2021-02-27 16:55:41 +01:00

README.md

3rdparty libraries located in this directory

singleapplication

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. If you dynamically link to your systems version, you'll need two versions, one defined as QApplication and one as a QCoreApplication. It is included here because it is not packed by distros and is also used on macOS and Windows.

URL: https://github.com/itay-grudev/SingleApplication

SPMediaKeyTap

This is used for macOS only to enable strawberry to grab global shortcuts and can safely be deleted on other platforms.