0

Precompiled Qt 5.3.1 with dynamic libraries, MinGW 32, Windows 8.1 x64

The deployed application cannot start on another computer giving the error:

Could not find or load the Qt platform plugin "windows"

Dmitriy
  • 5,357
  • 8
  • 45
  • 57
  • possible duplicate of [Deploy Qt app on win7 32-bit - works (and compiles) on Win7 x64](http://stackoverflow.com/questions/22490869/deploy-qt-app-on-win7-32-bit-works-and-compiles-on-win7-x64) – Kuba hasn't forgotten Monica Jul 29 '14 at 15:06
  • possible duplicate of [How to run a Qt Program without Qt itself being installed?](http://stackoverflow.com/questions/24793363/how-to-run-a-qt-program-without-qt-itself-being-installed) – MrEricSir Jul 29 '14 at 19:49

1 Answers1

2

Solved by copying DLL from Qt's folder to ../MyApp/platforms/qwindows.dll.

Note: there is no "plugins" directory in path

Dmitriy
  • 5,357
  • 8
  • 45
  • 57