Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Not Evaluated
-
Resolution: Done
-
Affects Version/s: 5.15.3
-
Fix Version/s: 6.0.1, 6.1.0 Alpha
-
Component/s: Core: Other
-
Labels:None
-
Environment:QNX 7.1 x86_64
-
Platform/s:
-
Commits: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.