diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-03-02 20:05:33 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-03-02 20:05:33 +0100 |
commit | 722ce1efbac31c61b1d4b13f7e075c9f311e3e73 (patch) | |
tree | db1b6b28566e5fe9accb4a688f7257673cecb080 /buildtools/custommakefiles/kdevcustomproject.rc | |
parent | afb74575caf7dd8ccb6c235b1c8d788e320c19da (diff) | |
download | tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.tar.gz tdevelop-722ce1efbac31c61b1d4b13f7e075c9f311e3e73.zip |
Finish renaming tdevelop components
Diffstat (limited to 'buildtools/custommakefiles/kdevcustomproject.rc')
-rw-r--r-- | buildtools/custommakefiles/kdevcustomproject.rc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/buildtools/custommakefiles/kdevcustomproject.rc b/buildtools/custommakefiles/kdevcustomproject.rc deleted file mode 100644 index c744b4be..00000000 --- a/buildtools/custommakefiles/kdevcustomproject.rc +++ /dev/null @@ -1,30 +0,0 @@ -<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd"> -<kpartgui name="KDevCustomProject" version="7"> -<MenuBar> - <Menu name="project" > - <Action name="repopulate_project" /> - <Action name="addnewfiles_project" /> - </Menu> - <Menu name="build" > - <Action name="build_build" /> - <Action name="build_buildactivetarget" /> - <Action name="build_compilefile" /> - <Action name="build_target" /> - <Action name="build_install" /> - <Action name="build_installactivetarget" /> - <Action name="build_make_environment" /> - <Action name="build_clean" /> - <Separator/> - <Action name="build_execute" /> - </Menu> -</MenuBar> -<ToolBar name="buildToolBar" noMerge="1"> - <Action name="build_build" group="build_operations" /> - <Action name="build_buildactivetarget" 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> - |