mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 10:50:27 -04:00
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. |
||
---|---|---|
.. | ||
QsLog | ||
QtWebApp | ||
README.md |
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 |