Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.15.3
-
None
-
QNX 7.1 x86_64
-
-
192d37099da0db1b7bf7452c44daacc19b85094b (6.1) 192d37099da0db1b7bf7452c44daacc19b85094b (6.0.1) 192d37099da0db1b7bf7452c44daacc19b85094b (5.15)
Description
I'm not sure if this is supposed to work and I'm missing something.
When qsystemsemaphore_posix.cpp is built for the bootstrap library the defintion of `QCoreApplication::tr`, used on line 73, does not exist. This is easily fixed by using `QCoreApplication::translate()` instead.