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

29 lines
879 B
Markdown
Raw Normal View History

2019-01-07 01:47:07 +01:00
3rdparty libraries located in this directory
============================================
KDSingleApplication
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.
It is also used to pass command-line options through to the first instance.
2019-01-07 01:47:07 +01:00
URL: https://github.com/KDAB/KDSingleApplication/
2019-01-07 01:47:07 +01:00
2021-01-06 14:46:21 +01:00
SPMediaKeyTap
-------------
2021-03-19 00:35:13 +01:00
Used on macOS to exclusively enable strawberry to grab global media shortcuts.
Can safely be deleted on other platforms.
2021-01-06 14:46:21 +01:00
2021-03-19 00:35:13 +01:00
macdeployqt
-----------
A modified version of Qt's official macdeployqt utility that fixes some issues,
this version also deploys gstreamer plugins.
Can safely be deleted on other platforms.
2022-02-17 22:13:53 +01:00
getopt
------
getopt included only when compiling on Windows.