QT 怎样获取当前工程的路径

转载自:http://bbs.csdn.net/topics/390359233


QString runPath = QCoreApplication::applicationDirPath();

你可能感兴趣的:(QT)