QMake: Compile translations at build time

This commit is contained in:
Vladimir Golovnev (Glassez) 2018-12-20 10:28:49 +03:00
parent 8ab94d7704
commit 7b3eed323b
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
5 changed files with 24 additions and 55 deletions

View file

@ -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", "", "", "", "",