Fix for fix to bug #9975
This commit is contained in:
parent
6138ff02ed
commit
45d7200a73
|
@ -164,7 +164,7 @@ int main(int argc, char** argv)
|
|||
QStringList args = app.arguments();
|
||||
if(args.count() == 2)
|
||||
{
|
||||
cmsys_stl::string filePath = cmSystemTools::CollapseFullPath("..");
|
||||
cmsys_stl::string filePath = cmSystemTools::CollapseFullPath(args[1].toAscii().data());
|
||||
cmsys_stl::string buildFilePath =
|
||||
cmSystemTools::CollapseFullPath("CMakeCache.txt", filePath.c_str());
|
||||
cmsys_stl::string srcFilePath =
|
||||
|
|
Loading…
Reference in New Issue