c++ - 安装Qt报错 "The procedure entry point _ZdaPvj could not be located in the dynamic link library C:\Qt\4.8.6\bin\qmake.exe"

标签 c++ windows qt gcc

我正在使用 Windows,每当我运行以下命令时

configure -release -opensource -confirm-license -static -no-sql-sqlite -no-qt3support -no-opengl -qt-zlib -no-gif -qt-libpng -qt-libmng -no-libtiff -qt-libjpeg -no-dsp -no-vcproj -no-openssl -no-dbus -no-phonon -no-phonon-backend -no-multimedia -no-audio-backend -no-webkit -no-script -no-scripttools -no-declarative -no-declarative-debug -qt-style-windows -qt-style-windowsxp -qt-style-windowsvista -no-style-plastique -no-style-cleanlooks -no-style-motif -no-style-cde -nomake demos -nomake examples

在它尝试运行 qmake 之后,我得到了这个错误。

The procedure entry point _ZdaPvj could not be located in the dynamic link library C:\Qt\4.8.6\bin\qmake.exe” when installing Qt

我到处都检查过了,但我不知道哪里出了问题。

最佳答案

试试windows 7,我在windows 10上安装Qt4.8.6,发现问题很多。

关于c++ - 安装Qt报错 "The procedure entry point _ZdaPvj could not be located in the dynamic link library C:\Qt\4.8.6\bin\qmake.exe",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44997361/

相关文章:

c# - 带有 std::string 的 PInvoke 自定义编码(marshal)拆收器

c++ - SetSuspendState 的问题

Java语法缺陷

c++ - 线程安全类的有序静态初始化

multithreading - 带有Qt的SQLite3中的“Database is locked”错误

c++ - 简单的 C++ vector 用法

c++ - 为什么 constexpr 不会因索引越界而导致编译失败

c++ - 您如何才能准确地看到内存泄漏的内容?

Qt 应用程序。在 Mac/XP/Vista/Windows 7 上部署 : Any common access directory to put the License File?

c++ - 静态链接的提升正则表达式不工作