mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
QMake: Compile translations at build time
This commit is contained in:
parent
8ab94d7704
commit
7b3eed323b
5 changed files with 24 additions and 55 deletions
|
@ -78,7 +78,7 @@ void sigNormalHandler(int signum);
|
|||
void sigAbnormalHandler(int signum);
|
||||
#endif
|
||||
// sys_signame[] is only defined in BSD
|
||||
const char *sysSigName[] = {
|
||||
const char *const sysSigName[] = {
|
||||
#if defined(Q_OS_WIN)
|
||||
"", "", "SIGINT", "", "SIGILL", "", "SIGABRT_COMPAT", "", "SIGFPE", "",
|
||||
"", "SIGSEGV", "", "", "", "SIGTERM", "", "", "", "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue