Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
5.15.5
Description
I am getting the error message below when I try building a simple cmake project based on the openglunderqml. I have looked online and have not found a solution to this issue.
Warning: QQml_colorProvider: no color provider has been set!
qrc:/ui/qt_render_test.qml:13:23: Invalid property assignment: color expected
border.color: "white"
To build this: Open the main folder in visual studio 2019, build the executable. I copied the plugins folder from my qt source directory and copied Qt5Cored.dll, Qt5Guid.dll, Qt5Networkd.dll, Qt5Qmld.dll, Qt5QmlModelsd.dll, and Qt5Quickd.dll from the Qt bin folder to folder where the project built.