Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.14.1, 5.15.0
-
Fix Version/s: 5.15.0
-
Component/s: Device Creation: Device Utilities, Documentation
-
Labels:None
-
Platform/s:
-
Story Points:1
-
Commits:0c643218572d65fde3a9ad8c6e119d5837893e5f (qt/qtdeviceutilities/dev) 59106d932a55d52f9bf851d9de5da4c79d8e3de7 (qt/qtdeviceutilities/5.15)
-
Sprint:Da Vinci sprint 12
Description
https://doc.qt.io/QtDeviceUtilities/systemtime.html#timeZone-prop
tells #include <SystemTime>
In the yocto image SystemTime does not exist.
It should be
#include <systemtime.h>
or fix the missing SystemTime file.