Merge branch 'qtdialog'

This commit is contained in:
Brad King 2010-06-07 14:19:14 -04:00
commit 378c33480e

View File

@ -164,7 +164,7 @@ int main(int argc, char** argv)
QStringList args = app.arguments(); QStringList args = app.arguments();
if(args.count() == 2) if(args.count() == 2)
{ {
cmsys_stl::string filePath = cmSystemTools::CollapseFullPath(".."); cmsys_stl::string filePath = cmSystemTools::CollapseFullPath(args[1].toAscii().data());
cmsys_stl::string buildFilePath = cmsys_stl::string buildFilePath =
cmSystemTools::CollapseFullPath("CMakeCache.txt", filePath.c_str()); cmSystemTools::CollapseFullPath("CMakeCache.txt", filePath.c_str());
cmsys_stl::string srcFilePath = cmsys_stl::string srcFilePath =