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

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/cpphello/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>KDevAutoProject</projectmanagement>
8
 
  <primarylanguage>C++</primarylanguage>
9
 
  <keywords>
10
 
   <keyword>C++</keyword>
11
 
   <keyword>Code</keyword>
12
 
  </keywords>
13
 
 </general>
14
 
 <kdevautoproject>
15
 
  <general>
16
 
   <activetarget>src/%{APPNAMELC}</activetarget>
17
 
   <useconfiguration>debug</useconfiguration>
18
 
  </general>
19
 
  <run>
20
 
   <mainprogram>src/%{APPNAMELC}</mainprogram>
21
 
   <terminal>true</terminal>
22
 
  </run>
23
 
    <configurations>
24
 
      <optimized>
25
 
        <builddir>optimized</builddir>
26
 
        <ccompiler>kdevgccoptions</ccompiler>
27
 
        <cxxcompiler>kdevgppoptions</cxxcompiler>
28
 
        <f77compiler>kdevg77options</f77compiler>
29
 
        <cxxflags>-O2 -g0</cxxflags>
30
 
      </optimized>
31
 
      <debug>
32
 
        <configargs>--enable-debug=full</configargs>
33
 
        <builddir>debug</builddir>
34
 
        <ccompiler>kdevgccoptions</ccompiler>
35
 
        <cxxcompiler>kdevgppoptions</cxxcompiler>
36
 
        <f77compiler>kdevg77options</f77compiler>
37
 
        <cxxflags>-O0 -g3</cxxflags>
38
 
      </debug>
39
 
    </configurations>
40
 
 </kdevautoproject>
41
 
 <kdevdoctreeview>
42
 
    <ignoretocs>
43
 
      <toc>ada</toc>
44
 
      <toc>ada_bugs_gcc</toc>
45
 
      <toc>bash</toc>
46
 
      <toc>bash_bugs</toc>
47
 
      <toc>clanlib</toc>
48
 
      <toc>w3c-dom-level2-html</toc>
49
 
      <toc>fortran_bugs_gcc</toc>
50
 
      <toc>gnome1</toc>
51
 
      <toc>gnustep</toc>
52
 
      <toc>gtk</toc>
53
 
      <toc>gtk_bugs</toc>
54
 
      <toc>haskell</toc>
55
 
      <toc>haskell_bugs_ghc</toc>
56
 
      <toc>java_bugs_gcc</toc>
57
 
      <toc>java_bugs_sun</toc>
58
 
      <toc>kde2book</toc>
59
 
      <toc>opengl</toc>
60
 
      <toc>pascal_bugs_fp</toc>
61
 
      <toc>php</toc>
62
 
      <toc>php_bugs</toc>
63
 
      <toc>perl</toc>
64
 
      <toc>perl_bugs</toc>
65
 
      <toc>python</toc>
66
 
      <toc>python_bugs</toc>
67
 
      <toc>qt-kdev3</toc>
68
 
      <toc>ruby</toc>
69
 
      <toc>ruby_bugs</toc>
70
 
      <toc>sdl</toc>
71
 
      <toc>w3c-svg</toc>
72
 
      <toc>sw</toc>
73
 
      <toc>w3c-uaag10</toc>
74
 
      <toc>wxwidgets_bugs</toc>
75
 
    </ignoretocs>
76
 
    <ignoreqt_xml>
77
 
      <toc>Guide to the Qt Translation Tools</toc>
78
 
      <toc>Qt Assistant Manual</toc>
79
 
      <toc>Qt Designer Manual</toc>
80
 
      <toc>Qt Reference Documentation</toc>
81
 
      <toc>qmake User Guide</toc>
82
 
    </ignoreqt_xml>
83
 
    <ignoredoxygen>
84
 
      <toc>KDE Libraries (Doxygen)</toc>
85
 
    </ignoredoxygen>
86
 
 </kdevdoctreeview>
87
 
 <kdevfilecreate>
88
 
  <useglobaltypes>
89
 
   <type ext="cpp"/>
90
 
   <type ext="h"/>
91
 
  </useglobaltypes>
92
 
 </kdevfilecreate>
93
 
 <kdevfileview>
94
 
    <groups>
95
 
      <group pattern="*.h" name="Header files" />
96
 
      <group pattern="*.cpp" name="Source files" />
97
 
    </groups>
98
 
 </kdevfileview>
99
 
  <kdevdocumentation>
100
 
    <projectdoc>
101
 
      <docsystem>Doxygen Documentation Collection</docsystem>
102
 
      <docurl>%{APPNAMELC}.tag</docurl>
103
 
    </projectdoc>
104
 
  </kdevdocumentation>
105
 
</kdevelop>