随笔分类 -  QT

摘要:QProcess *p = new QProcess(this); QString str = qApp->applicationDirPath() + "/update.sh";//这是我的shell脚本的目录 if(p->startDetached(str)) { qDebug() << "su 阅读全文
posted @ 2018-07-16 15:22 徐沛东 阅读(2271) 评论(0) 推荐(1)
摘要:1、找到对应的MinGW命令,打开 2、进入exe目录 3、执行windeployqt XX.exe 阅读全文
posted @ 2018-07-13 14:21 徐沛东 阅读(346) 评论(2) 推荐(1)