QProcess p(NULL);
    p.setWorkingDirectory(szAppPath+"/database");           //指定工作路径,这个地方一定要设置;
    p.start(szCmd);                        //开进程执行命令;
    while(p.state() != QProcess::NotRunning)                    //延时;
    {
        QTime delayTime = QTime::currentTime().addMSecs(100);
        while( QTime::currentTime() < delayTime)
           QCoreApplication::processEvents(QEventLoop::AllEvents, 100);
    }            

  

扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。