Closed wjdready closed 4 years ago
基本每个版本都有这个问题,你是用Qt 来编译的吗
一般x64的没有链接Qt库,x86的链接了,具体看各个release的Configuration,如果都不合你的需求只能自己编译了。
GUI:
QT: YES (ver 5.13.0)
QT OpenGL support: YES (Qt5::OpenGL 5.13.0)
if you see the warning with libgcc_s_seh-1.dll
, you are using x64 releases.
other with libgcc_s_dw2-1.dll
, you are using x86 32bit releases.
还说缺少 QtCore.dll ,为什么要用到 Qt 库才能运行?