~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/khello2/app.kdevelop

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<kdevelop>
3
 
 <general>
4
 
  <author>%{AUTHOR}</author>
5
 
  <email>%{EMAIL}</email>
6
 
  <version>%{VERSION}</version>
7
 
  <projectmanagement>KDevKDEAutoProject</projectmanagement>
8
 
  <primarylanguage>C++</primarylanguage>
9
 
  <keywords>
10
 
   <keyword>C++</keyword>
11
 
   <keyword>Code</keyword>
12
 
   <keyword>Qt</keyword>
13
 
   <keyword>KDE</keyword>
14
 
  </keywords>
15
 
 </general>
16
 
  <kdevcppsupport>
17
 
    <qt>
18
 
      <version>3</version>
19
 
      <used>true</used>
20
 
      <includestyle>3</includestyle>
21
 
      <designerintegration>EmbeddedKDevDesigner</designerintegration>
22
 
    </qt>
23
 
  </kdevcppsupport>
24
 
 
25
 
 <kdevautoproject>
26
 
  <general>
27
 
   <activetarget>src/%{APPNAMELC}</activetarget>
28
 
   <useconfiguration>debug</useconfiguration>
29
 
  </general>
30
 
  <run>
31
 
   <mainprogram>src/%{APPNAMELC}</mainprogram>
32
 
  </run>
33
 
    <configurations>
34
 
      <optimized>
35
 
        <builddir>optimized</builddir>
36
 
        <ccompiler>GccOptions</ccompiler>
37
 
        <cxxcompiler>GppOptions</cxxcompiler>
38
 
        <f77compiler>G77Options</f77compiler>
39
 
        <cxxflags>-O2 -g0</cxxflags>
40
 
      </optimized>
41
 
      <debug>
42
 
        <configargs>--enable-debug=full</configargs>
43
 
        <builddir>debug</builddir>
44
 
        <ccompiler>GccOptions</ccompiler>
45
 
        <cxxcompiler>GppOptions</cxxcompiler>
46
 
        <f77compiler>G77Options</f77compiler>
47
 
        <cxxflags>-O0 -g3</cxxflags>
48
 
      </debug>
49
 
    </configurations>
50
 
 </kdevautoproject>
51
 
 <kdevfileview>
52
 
  <groups>
53
 
   <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
54
 
   <group pattern="*.ui" name="User Interface" />
55
 
   <group pattern="*.png" name="Icons" />
56
 
   <group pattern="*.po;*.ts" name="Translations" />
57
 
   <group pattern="*" name="Others" />
58
 
  </groups>
59
 
 </kdevfileview>
60
 
 <kdevdoctreeview>
61
 
    <ignoretocs>
62
 
      <toc>ada</toc>
63
 
      <toc>ada_bugs_gcc</toc>
64
 
      <toc>bash</toc>
65
 
      <toc>bash_bugs</toc>
66
 
      <toc>clanlib</toc>
67
 
      <toc>w3c-dom-level2-html</toc>
68
 
      <toc>fortran_bugs_gcc</toc>
69
 
      <toc>gnome1</toc>
70
 
      <toc>gnustep</toc>
71
 
      <toc>gtk</toc>
72
 
      <toc>gtk_bugs</toc>
73
 
      <toc>haskell</toc>
74
 
      <toc>haskell_bugs_ghc</toc>
75
 
      <toc>java_bugs_gcc</toc>
76
 
      <toc>java_bugs_sun</toc>
77
 
      <toc>pascal_bugs_fp</toc>
78
 
      <toc>php</toc>
79
 
      <toc>php_bugs</toc>
80
 
      <toc>perl</toc>
81
 
      <toc>perl_bugs</toc>
82
 
      <toc>python</toc>
83
 
      <toc>python_bugs</toc>
84
 
      <toc>ruby</toc>
85
 
      <toc>ruby_bugs</toc>
86
 
      <toc>sdl</toc>
87
 
      <toc>w3c-svg</toc>
88
 
      <toc>sw</toc>
89
 
      <toc>w3c-uaag10</toc>
90
 
      <toc>wxwidgets_bugs</toc>
91
 
    </ignoretocs>
92
 
    <ignoreqt_xml>
93
 
      <toc>qmake User Guide</toc>
94
 
    </ignoreqt_xml>
95
 
 </kdevdoctreeview>
96
 
 <kdevdebugger>
97
 
  <general>
98
 
   <dbgshell>libtool</dbgshell>
99
 
  </general>
100
 
 </kdevdebugger>
101
 
  <kdevfilecreate>
102
 
    <filetypes/>
103
 
    <useglobaltypes>
104
 
      <type ext="ui" />
105
 
      <type ext="cpp" />
106
 
      <type ext="h" />
107
 
    </useglobaltypes>
108
 
  </kdevfilecreate>
109
 
  <kdevdocumentation>
110
 
    <projectdoc>
111
 
      <docsystem>Doxygen Documentation Collection</docsystem>
112
 
      <docurl>%{APPNAMELC}.tag</docurl>
113
 
    </projectdoc>
114
 
  </kdevdocumentation>
115
 
</kdevelop>