yacreader/third_party
Felix Kauselmann 21b8b70657 QsLog: Use dedicated logging thread to avoid segfaults at app shutdown
When shutting down our apps, we clean up some ressources after app.exec()
has finished. As our logger runs on the apps main thread, it can no longer
respond to any debug messages generated during the cleanup phase.

This can lead to segfaults and error masking.

Solution: Run QsLog in a dedicated thread.
2022-11-19 19:26:34 +01:00
..
QsLog QsLog: Use dedicated logging thread to avoid segfaults at app shutdown 2022-11-19 19:26:34 +01:00
QtWebApp Update QtWebApp to v1.8.6 2022-10-08 13:38:52 +02:00
README.md Update QtWebApp to v1.8.6 2022-10-08 13:38:52 +02:00

YACReader third party source dependencies

This directory contains third party source dependencies needed to build YACReader.

Name Purpose Upstream Version License
QsLog Logging https://bitbucket.org/codeimproved/qslog 2.1 46b643d5bcbc 3-clause BSD
QtWebApp Server http://stefanfrings.de/qtwebapp/ 1.8.6 LGPL3