strawberry-audio-player-win.../3rdparty/README.md

20 lines
777 B
Markdown
Raw Normal View History

2019-01-07 01:47:07 +01:00
3rdparty libraries located in this directory
============================================
2019-01-11 01:04:13 +01:00
singleapplication
2019-01-07 01:47:07 +01:00
-----------------
2019-01-07 01:49:53 +01:00
This is a small static library used by Strawberry to prevent it from starting twice per user session.
2019-01-07 01:47:07 +01:00
If the user tries to start strawberry twice, the main window will maximize instead of starting another instance.
2019-01-11 01:04:13 +01:00
If you dynamically link to your systems version, you'll need two versions, one defined as QApplication and
one as a QCoreApplication.
2019-03-24 19:28:55 +01:00
It is included here because it is not packed by distros and is also used on macOS and Windows.
2019-01-07 01:47:07 +01:00
URL: https://github.com/itay-grudev/SingleApplication
2021-01-06 14:46:21 +01:00
SPMediaKeyTap
-------------
This is used for macOS only to enable strawberry to grab global shortcuts and can safely be deleted on other
platforms.