diff options
Diffstat (limited to 'languages/cpp/app_templates/generichello/app.prj')
-rw-r--r-- | languages/cpp/app_templates/generichello/app.prj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/cpp/app_templates/generichello/app.prj b/languages/cpp/app_templates/generichello/app.prj index c6466824..a1eeca82 100644 --- a/languages/cpp/app_templates/generichello/app.prj +++ b/languages/cpp/app_templates/generichello/app.prj @@ -1,8 +1,8 @@ -<tdevproject> +<kdevproject> <group name = "src"> <target name = "cpphello"> <file name = "%{APPNAMELC}.cpp"/> <attribute name = "buildscript">gcc -o %{APPNAMELC} %{APPNAMELC}.cpp</attribute> </target> </group> -</tdevproject> +</kdevproject> |