Add install action to build menu in custom makefile project
Andreas Pakulat
apaku at gmx.de
Fri Jan 12 19:31:45 UTC 2007
Hi,
I'd like to apply the attached patch to 3.4, the install action already
exists, but it is not available in the build menu or the toolbar.
Andreas
--
Good day for a change of scene. Repaper the bedroom wall.
-------------- next part --------------
Index: buildtools/custommakefiles/kdevcustomproject.rc
===================================================================
--- buildtools/custommakefiles/kdevcustomproject.rc (Revision 622456)
+++ buildtools/custommakefiles/kdevcustomproject.rc (Arbeitskopie)
@@ -5,6 +5,7 @@
<Action name="build_build" />
<Action name="build_compilefile" />
<Action name="build_target" />
+ <Action name="build_install" />
<Action name="build_make_environment" />
<Action name="build_clean" />
<Separator/>
@@ -15,6 +16,7 @@
<Action name="build_build" group="build_operations" />
<Action name="build_compilefile" group="build_operations" />
<Separator group="build_operations"/>
+ <Action name="build_install" group="build_operations" />
<Action name="build_execute" group="build_operations" />
</ToolBar>
</kpartgui>
More information about the KDevelop-devel
mailing list