diff options
Diffstat (limited to 'languages/cpp/app_templates/wxhello/app.tdevelop')
-rw-r--r-- | languages/cpp/app_templates/wxhello/app.tdevelop | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/languages/cpp/app_templates/wxhello/app.tdevelop b/languages/cpp/app_templates/wxhello/app.tdevelop index 9de4fa75..9a3f0821 100644 --- a/languages/cpp/app_templates/wxhello/app.tdevelop +++ b/languages/cpp/app_templates/wxhello/app.tdevelop @@ -12,7 +12,7 @@ <keyword>wxWidgets</keyword> </keywords> </general> - <kdevautoproject> + <tdevautoproject> <general> <activetarget>src/%{APPNAMELC}</activetarget> <useconfiguration>debug</useconfiguration> @@ -37,16 +37,16 @@ <cxxflags>-O0 -g3</cxxflags> </debug> </configurations> - </kdevautoproject> - <kdevfileview> + </tdevautoproject> + <tdevfileview> <groups> <group pattern="*.cpp;*.cxx;*.h" name="Sources" /> <group pattern="*.rc" name="Resource file" /> <group pattern="*.png" name="Icons" /> <group pattern="*" name="Others" /> </groups> - </kdevfileview> - <kdevdoctreeview> + </tdevfileview> + <tdevdoctreeview> <ignoretocs> <toc>ada</toc> <toc>ada_bugs_gcc</toc> @@ -91,24 +91,24 @@ <ignoredoxygen> <toc>TDE Libraries (Doxygen)</toc> </ignoredoxygen> - </kdevdoctreeview> - <kdevdebugger> + </tdevdoctreeview> + <tdevdebugger> <general> <dbgshell>libtool</dbgshell> </general> - </kdevdebugger> - <kdevfilecreate> + </tdevdebugger> + <tdevfilecreate> <filetypes/> <useglobaltypes> <type ext="rc" /> <type ext="cpp" /> <type ext="h" /> </useglobaltypes> - </kdevfilecreate> - <kdevdocumentation> + </tdevfilecreate> + <tdevdocumentation> <projectdoc> <docsystem>Doxygen Documentation Collection</docsystem> <docurl>%{APPNAMELC}.tag</docurl> </projectdoc> - </kdevdocumentation> + </tdevdocumentation> </tdevelop> |