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