BUG: Fix generated XML
This commit is contained in:
parent
47bae096e8
commit
914932fa13
|
@ -224,7 +224,7 @@ void cmLocalKdevelopGenerator::CreateNewProjectFile(const std::string& dir, cons
|
||||||
fout<<" </environments>\n";
|
fout<<" </environments>\n";
|
||||||
fout<<" </make>\n";
|
fout<<" </make>\n";
|
||||||
fout<<" </kdevcustomproject>\n";
|
fout<<" </kdevcustomproject>\n";
|
||||||
fout<<" <kdevfileCreate>\n";
|
fout<<" <kdevfilecreate>\n";
|
||||||
fout<<" <filetypes/>\n";
|
fout<<" <filetypes/>\n";
|
||||||
fout<<" <useglobaltypes>\n";
|
fout<<" <useglobaltypes>\n";
|
||||||
fout<<" <type ext=\"ui\" />\n";
|
fout<<" <type ext=\"ui\" />\n";
|
||||||
|
|
Loading…
Reference in New Issue