Hi,
When i try to run any of the compiled qt3d application's release
version.The application crashes, and this are the error details collected
by windows:
Problem signature:
Problem Event Name: APPCRASH
Application Name: keyboardinput-qml.exe
Application Version: 0.0.0.0
Application Times
>According to Ossi in this bug report[1], the problem was doing a make
install
>on a build that shouldn't be installed.
>[1] https://bugreports.qt.io/browse/QTBUG-44862
Thanks. This fixed the problem.I had initially run nmake install, this had
somehow confused qt from locating shell32.dll.
Howev