Posts

Showing posts from September, 2013

Qt 5 and " Failed to load platform plugin 'windows' " error

Image
Once finished to develop your application using the great Qt libraries the next step will be release phase. Here you need to provide in addition of the main executable all the dll libraries dependencies required by your application to run. Basically, since the application was developed using Qt, the dependencies will be only Qt dll and some few dll connected to the compiler used.