summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/makefileempty/makefileempty.kdevtemplate
blob: 046b75681ca2549dae730b3b914876d98ca8392c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# TDE Config File
[General]
Name=Empty Custom Makefile Template

Comment=Generate an empty Custom Makefile based application

Category=C++

Icon=makefileempty.png
FileTemplates=h,CStyle,cpp,CStyle
Archive=makefileempty.tar.gz

[FILE1]
Type=install
EscapeXML=true
Source=%{src}/app.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop

[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate

[FILE2]
Type=install
Source=%{src}/makefileempty-Makefile
Dest=%{dest}/Makefile

[MSG]
Type=message
Comment=A Custom Makefile based application was created in %{dest}