From 8b9c0d28fe084e8c7912a55f29052052edcfdd6e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 17 Jun 2015 15:33:10 +0900 Subject: Revert to .kdevelop files with entity name for project files. This resolves bug 2308. Signed-off-by: Michele Calgaro (cherry picked from commit e044c5463329652f28565dfc7de24ef8b0edaa6f) --- doc/api/HowToAddApplicationTemplates.dox | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/api/HowToAddApplicationTemplates.dox') diff --git a/doc/api/HowToAddApplicationTemplates.dox b/doc/api/HowToAddApplicationTemplates.dox index 4b77b9e2..e1b9c223 100644 --- a/doc/api/HowToAddApplicationTemplates.dox +++ b/doc/api/HowToAddApplicationTemplates.dox @@ -36,7 +36,7 @@ Create a directory template-khello with the files - template-khello/app.cpp - template-khello/app.h - template-khello/app.desktop - - template-khello/app.tdevelop + - template-khello/app.kdevelop - template-khello/appui.rc - template-khello/khello - template-khello/main.cpp @@ -192,14 +192,14 @@ information from the script file will need to be moved into the ini file. The example is as follows: \code install( -"${src}/template-chello/app.tdevelop","${dest}/${APPNAMELC}.tdevelop" ); +"${src}/template-chello/app.kdevelop","${dest}/${APPNAMELC}.kdevelop" ); \endcode becomes \code [PROJECT] Type=install -Source=%{src}/template-chello/app.tdevelop -Dest=%{dest}/%{APPNAMELC}.tdevelop +Source=%{src}/template-chello/app.kdevelop +Dest=%{dest}/%{APPNAMELC}.kdevelop \endcode Things like installIncAdmin(); and installGNU(); now involve unpacking -- cgit v1.2.3