Browse Source

BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment,
not together with the make executable

Alex

Alexander Neundorf 17 years ago
parent
commit
9ead2fd67a
1 changed files with 4 additions and 2 deletions
  1. 4 2
      Source/cmGlobalKdevelopGenerator.cxx

+ 4 - 2
Source/cmGlobalKdevelopGenerator.cxx

@@ -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";