Bill Hoffman 21 роки тому
батько
коміт
816d73f23f
1 змінених файлів з 1 додано та 2 видалено
  1. 1 2
      Source/cmGlobalKdevelopGenerator.cxx

+ 1 - 2
Source/cmGlobalKdevelopGenerator.cxx

@@ -103,8 +103,7 @@ bool cmGlobalKdevelopGenerator
 {
   cmMakefile* mf =lg->GetMakefile();
   std::string projectDir = projectDirIn + "/";
-  std::string filename = outputDir+"/" + std::string(mf->GetProjectName()) 
-    +".kdevelop.filelist";
+  std::string filename = outputDir+ "/" + projectname +".kdevelop.filelist";
 
   std::set<cmStdString> files;
   std::string tmp;