Add command parser and output modes (--verbose --qt-logs-only). Move static Logger to core as it is used from Qt and dispatch logs to the SDK thread. Update SDK to allow builds from MSVC 2022.
10 lines
251 B
Markdown
10 lines
251 B
Markdown
Coming from https://github.com/itay-grudev/SingleApplication
|
|
|
|
File format are kept from initial repository :
|
|
- singleapplication.cpp
|
|
- singleapplication.h
|
|
- singleapplication_p.cpp
|
|
- singleapplication_p.h
|
|
|
|
Support for Linux has been added with DBus.
|
|
|