diff options
Diffstat (limited to 'doc/api/HowToAddApplicationTemplates.dox')
-rw-r--r-- | doc/api/HowToAddApplicationTemplates.dox | 8 |
1 files changed, 4 insertions, 4 deletions
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 <code>template-khello</code> 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 <code>installIncAdmin();</code> and <code>installGNU();</code> now involve unpacking |