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
|
|
|
|
-------------
|
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.
|