How to run a Qt Program without Qt itself being installed?

后端 未结 8 956
广开言路
广开言路 2021-02-09 07:00

I have written a program with Qt5.3.1 and run it on my development machine where it works fine. I copied all necessary .dll files into the folder where my .exe is. These are:<

8条回答
  •  闹比i
    闹比i (楼主)
    2021-02-09 07:10

    This application failed to start because it could not find or load the Qt platform plugin "windows".

    For this problem, you should copy the plugin {QTSDK}/plugins/platforms/qwindows.dll to {YOUR_EXE_DIR}/platforms/qwindows.dll.

提交回复
热议问题