我正在尝试在 Windows 环境中使用 QT 启动应用程序(.exe)。下面的代码在运行我的项目时出错。
Error:
The inferior stopped because it received a signal from the Operating System.
Signal name : SIGSEGV
Signal meaning : Segmentation fault
运行时:
QString path = "C:/Temp/myproject/AppTest.exe";
QProcess process;
process.execute(path)