BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment,

not together with the make executable

Alex
This commit is contained in:
Alexander Neundorf 2008-08-16 16:58:20 -04:00
parent 4d5ea6ddff
commit 9ead2fd67a
1 changed files with 4 additions and 2 deletions

View File

@ -476,10 +476,12 @@ void cmGlobalKdevelopGenerator
" <dontact>false</dontact>\n"
" <makebin>" << this->GlobalGenerator->GetLocalGenerators()[0]->
GetMakefile()->GetRequiredDefinition("CMAKE_BUILD_TOOL")
<< " VERBOSE=1 </makebin>\n"
<< " </makebin>\n"
" <selectedenvironment>default</selectedenvironment>\n"
" <environments>\n"
" <default/>\n"
" <default>\n"
" <envvar value=\"1\" name=\"VERBOSE\" />\n"
" </default>\n"
" </environments>\n"
" </make>\n";