summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/opieapp/app.tdevelop
blob: 94c86a45ddfb0dbd93295845b57bc36524eda4fd (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0"?>
<tdevelop>
  <general>
    <author>%{AUTHOR}</author>
    <email>%{EMAIL}</email>
    <version>%{VERSION}</version>
    <projectmanagement>KDevTrollProject</projectmanagement>
    <primarylanguage>C++</primarylanguage>
    <keywords>
      <keyword>Qt</keyword>
      <keyword>C++</keyword>
      <keyword>Code</keyword>
    </keywords>
    <ignoreparts/>
  </general>
  <tdevfileview>
    <groups>
      <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
      <group pattern="*.ui" name="User Interface" />
      <group pattern="*.png" name="Icons" />
      <group pattern="*" name="Others" />
    </groups>
    <tree>
      <hidenonprojectfiles>false</hidenonprojectfiles>
      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
    </tree>
  </tdevfileview>
  <tdevdoctreeview>
    <ignoretocs>
      <toc>gtk</toc>
      <toc>gnustep</toc>
      <toc>python</toc>
      <toc>php</toc>
      <toc>perl</toc>
      <toc>w3c-dom-level2-html</toc>
      <toc>kdev3api</toc>
      <toc>sdl</toc>
      <toc>w3c-svg</toc>
      <toc>w3c-uaag10</toc>
    </ignoretocs>
      <ignoreqt_xml>
      <toc>Guide to the Qt Translation Tools</toc>
      <toc>qmake User Guide</toc>
      <toc>Qt Assistant Manual</toc>
      <toc>Qt Designer Manual</toc>
      <toc>Qt Referrence Documentation</toc>
    </ignoreqt_xml>
    <ignoredevhelp>
      <toc>bonobo-activation</toc>
      <toc>gconf</toc>
      <toc>gtksourceview</toc>
      <toc>libbonobo</toc>
      <toc>libbonoboui</toc>
    </ignoredevhelp>
  </tdevdoctreeview>
  <tdevdebugger>
    <general>
      <dbgshell></dbgshell>
      <programargs>-qws</programargs>
      <gdbpath/>
      <breakonloadinglibs>true</breakonloadinglibs>
      <separatetty>false</separatetty>
      <floatingtoolbar>false</floatingtoolbar>
    </general>
    <display>
      <staticmembers>false</staticmembers>
      <demanglenames>true</demanglenames>
    </display>
  </tdevdebugger>
  <tdevtrollproject>
    <opie>
	<quick_app>true</quick_app>
    </opie>
    <packaging>
	<template>0</template>
 	<appcategory>Applications</appcategory>
	<owner>
		<package>%{APPNAMELC}</package>
        	<prio>0</prio>
	        <section>opie/application</section>
        	<maintainer>%{AUTHOR} %{EMAIL}</maintainer>
	        <arch>arm</arch>
	        <depends>task-opie-minimal</depends>
	        <version>%{VERSION}</version>
	        <desc>Empty</desc>
	</owner>
    </packaging>
    <general>
      <activedir></activedir>
    </general>
    <run>
      <mainprogram>./%{APPNAMELC}</mainprogram>
      <programargs>-qws</programargs>
    </run>
    <envvars/>
  </tdevtrollproject>
  <tdevfilecreate>
    <filetypes/>
    <useglobaltypes>
	<type ext="ui" />
	<type ext="cpp" />
	<type ext="h" />
    </useglobaltypes>
  </tdevfilecreate>
  <cppsupportpart>
    <codecompletion>
      <codehinting outputview="1" enablech="0" selectview="0" />
    </codecompletion>
    <classstore>
      <enablepcs>false</enablepcs>
      <enablepp>false</enablepp>
      <preparsing/>
    </classstore>
    <filetemplates>
      <choosefiles>false</choosefiles>
      <interfaceURL></interfaceURL>
      <implementationURL></implementationURL>
      <interfacesuffix>.h</interfacesuffix>
      <implementationsuffix>.cpp</implementationsuffix>
      <lowercasefilenames>true</lowercasefilenames>
    </filetemplates>
  </cppsupportpart>
  <tdevclassview>
    <folderhierarchy>true</folderhierarchy>
    <depthoffolders>2</depthoffolders>
  </tdevclassview>
  <tdevcvs>
    <cvsoptions>-f</cvsoptions>
    <commitoptions></commitoptions>
    <updateoptions>-dP</updateoptions>
    <addoptions></addoptions>
    <removeoptions>-f</removeoptions>
    <diffoptions>-u3 -p</diffoptions>
    <logoptions></logoptions>
    <rshoptions></rshoptions>
  </tdevcvs>
  <tdevdocumentation>
    <projectdoc>
      <docsystem>Doxygen Documentation Collection</docsystem>
      <docurl>%{APPNAMELC}.tag</docurl>
    </projectdoc>
  </tdevdocumentation>
</tdevelop>