2019-01-07 01:47:07 +01:00
|
|
|
3rdparty libraries located in this directory
|
|
|
|
============================================
|
|
|
|
|
2023-05-03 23:05:21 +02:00
|
|
|
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.
|
2023-05-03 23:05:21 +02:00
|
|
|
It is also used to pass command-line options through to the first instance.
|
2019-01-07 01:47:07 +01:00
|
|
|
|
2023-05-03 23:05:21 +02: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
|
|
|
|
2022-02-17 22:13:53 +01:00
|
|
|
getopt
|
|
|
|
------
|
2023-04-30 02:06:27 +02:00
|
|
|
getopt included only when compiling on Windows.
|