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

Deploy Qt Quick app on WIndows

$
0
0
I created an app to learn a few things about Qt(creating cross-platform apps is something I like). Linking Boost on was a bit though, but I did it after a few days (programming is heuristic after all) . However, now I’m facing a deployment problem which I cannot solve it alone. Here is how I did depoy the app: 1) built app which release mode 2) copy all .dll from mingw’s bin folder(oops, forgot to mention that I’m using Qt 5.1 with MinGW 32 bits) in release folder: http://postimg.org/image/yk0n5q8v9 http://postimg.org/image/pvpzsihuh 3) then I did copy it on another PC. And kaboom, an error pop up: ‘This application failed to start bacause it could not find or load the Qt platform plugin “windows”.’( http://postimg.org/image/t1eysq3oh/ ) Actually there is platforms/qwindow.dll : http://postimg.org/image/8elijcv71 Tried to find a solution on Google, no luck at all. If you know what the problem is, please spend few minutes to share your knowledge. Thanks a lot!

Viewing all articles
Browse latest Browse all 2113

Trending Articles