Details
-
Bug
-
Resolution: Duplicate
-
P3: Somewhat important
-
QSR 1.0
-
None
Description
Install QSR 1.0 and Qt 5.9.6.
Build QSR against the Qt binaries (tested on Linux with gcc binaries).
In Qt Creator, open examples.pro under /Examples/QtSafeRenderer-1.0.0/ in order to build the Telltales example for the host platform. After building exampes.pro, the following warnings appear in Qt Creator:
/home/tarja/Qt/QSR_10/Examples/QtSafeRenderer-1.0.0/qtcluster/qml/dash_hybrid/DashboardForm.ui.qml:-1: warning: objectName is not set for the Item: iconCoolant
/home/tarja/Qt/QSR_10/Examples/QtSafeRenderer-1.0.0/qtcluster/qml/dash_sports/DashboardSportForm.ui.qml:-1: warning: objectName is not set for the Item: iconTyre
Note: Safety Manual instructs to open the examples.pro when you are building the Telltales example (see https://doc.qt.io/QtSafeRenderer/qtsr-build-host.html).