Windows Qt应用程序无法在没有Qt的Pc上运行(使用windeployqt)

Windows Qt应用程序无法在没有Qt的Pc上运行(使用windeployqt),windows,qt,dll,Windows,Qt,Dll,我有一个QT 5.7(VS 2013)应用程序在我的电脑上正常运行(安装了QT),我想在没有QT的电脑上启动它 我使用“windeployqt”将所有必需的库和文件夹添加到我的二进制路径中,其中很多都添加到了那里 我重命名了“QT”文件夹,以模拟另一台电脑,并启动了.exe文件,但失败: Qt WebEngine ICU data not found at C:/Qt/5.7/msvc2013/resources. Trying parent directory... Qt WebEngine

我有一个QT 5.7(VS 2013)应用程序在我的电脑上正常运行(安装了QT),我想在没有QT的电脑上启动它

我使用“windeployqt”将所有必需的库和文件夹添加到我的二进制路径中,其中很多都添加到了那里

我重命名了“QT”文件夹,以模拟另一台电脑,并启动了.exe文件,但失败:

Qt WebEngine ICU data not found at C:/Qt/5.7/msvc2013/resources. Trying parent directory...
Qt WebEngine ICU data not found at C:/Qt/5.7/msvc2013. Trying application directory...
Qt WebEngine ICU data not found at D:/Projects/SpontaniaQML/Spontania-Desktop/Release. Trying fallback directory... The application MAY NOT work.
ModLoad: 00000000`0e8e0000 00000000`0e981000   C:\Windows\SysWOW64\advapi32.dll
ModLoad: 00000000`0e8e0000 00000000`0e8f7000   C:\Windows\SysWOW64\userenv.dll
Installed Qt WebEngine locales directory not found at location C:/Qt/5.7/msvc2013/translations\qtwebengine_locales. Trying application directory...
(bfc.1ca4): WOW64 breakpoint - code 4000001f (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
*** WARNING: Unable to verify checksum for D:\Projects\MyProject\Release\Qt5WebEngineCore.dll
*** ERROR: Symbol file could not be found.  Defaulted to export symbols for D:\Projects\MyProject\Release\Qt5WebEngineCore.dll - 
Qt5WebEngineCore!GetHandleVerifier+0x22c71:
579c8d61 cc              int     3
这是重症监护病房的问题吗?我在QT路径中没有找到任何要添加到二进制文件夹的库

提前感谢,


迭戈

我发现了我的问题。在我的PATH变量中,我引用了Qt5.5,而不是Qt5.7。更新后,应用程序运行正常