blob: a14c511a5e7af1330c05a03531423d2718acb839 (
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# TDE Config File
[General]
Name=SuperWaba
Comment=A simple template for building SuperWaba Java based apps on WinCE and PalmOS. More information can be found at http://www.superwaba.org
Category=Java
Icon=superwaba.png
FileTemplates=java
ShowFilesAfterGeneration=%{dest}/%{APPNAME}.java
Archive=superwaba.tar.gz
[JAVA]
Type=value
Value=JAVA
Comment=Path to your java root
Default=/usr/lib/java
ValueType=QString
[WABA]
Type=value
Value=WABA
Comment=Path to your SuperWaba root
Default=/usr/lib
ValueType=QString
[GNU]
Type=install archive
Source=%{tdevelop}/template-common/gnu.tar.gz
Dest=%{dest}
[PROJECT]
Type=install
EscapeXML=true
Source=%{src}/sw.kdevelop
Dest=%{dest}/%{APPNAMELC}.kdevelop
[FILELIST]
Type=install
Source=%{src}/sw.filelist
Dest=%{dest}/%{APPNAMELC}.filelist
[MAKEFILE]
Type=install
Source=%{src}/src-Makefile
Dest=%{dest}/Makefile
[SOURCE]
Type=install
Source=%{src}/sw.java
Dest=%{dest}/%{APPNAME}.java
[MESSAGE]
Type=Message
Comment=Your application is setup to build. Edit the make targets to customize the file.
Archive=superwaba.tar.gz
[GNU]
Type=include
File=%{tdevelop}/template-common/gnu.kdevtemplate
|