Qt 6.11 is out! See what's new in the release
blog
Problem running QtQuick2 application on windows
Installation and Deployment
1
Posts
1
Posters
595
Views
1
Watching
-
I am facing issue while running qml application using Qtquick2 on windows. I am able to execute same application successfully on linux,.
My pc supports OpenGL2.1 ,so i suppose it should not be an issue. While debugging application,my application crashed while calling exec() of QGuiApplication.Going further,I found out that crash was happening after call to glClear api.
Any help would be greatly appreciated.
Thanks in advance...........