copying build window text and pre-build command

Andreas Pakulat apaku at gmx.de
Tue May 11 20:40:02 BST 2010


On 11.05.10 11:53:44, Mahmood Naderan wrote:
> I have two questions for kdevelop 4.0:
> 1- How can I copy the text in the build window. right click menu has no copy command and also ctrl+c does not work.

Currently not supported.

> 2- Is it possible to run a pre-build command? I want to tell kdevelop to run a command and then run the make executable with options. I didn't see such thing in the project configuration.

No, thats not possible, except by creating a make shell script that runs
the pre-build command and then the real make and put that into PATH
before the normal path of make.

The other thing you can do is doing it inside the buildsystem, e.g. in
cmake, autotools or qmake.

Andreas

-- 
You will be awarded a medal for disregarding safety in saving someone.




More information about the KDevelop mailing list