Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Deployment of a Qt application with combining OpenGL and QPainter

$
0
0
I built a Qt application on Window 7 with Visual Studio 2010. I can successfully run the exe with VS2010 (work well with OpenGL and QPainter. I used OpenGL to draw the 3D objects and QPainter to draw the background). But when I deploy it, I found that no 3D objects are rendered (Background has no problem). Did I miss something important in the exe folder ? The folder structure is like this —folder— Myapp.exe icudt51.dll icuin51.dll icuuc51.dll libEGL.dll libEGLd.dll libGLESv2.dll Qt5Core.dll Qt5Gui.dll Qt5OpenGL.dll Qt5Widgets.dll platforms/qwindows.dll

Viewing all articles
Browse latest Browse all 2113

Trending Articles