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

« back to all changes in this revision

Viewing changes to languages/cpp/app_templates/dcopservice/dcopservice.kdevelop

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

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
   <keyword>kioslave</keyword>
 
15
  </keywords>
 
16
 </general>
 
17
 <kdevautoproject>
 
18
  <general>
 
19
   <useconfiguration>debug</useconfiguration>
 
20
  </general>
 
21
    <configurations>
 
22
      <optimized>
 
23
        <builddir>optimized</builddir>
 
24
        <ccompiler>kdevgccoptions</ccompiler>
 
25
        <cxxcompiler>kdevgppoptions</cxxcompiler>
 
26
        <f77compiler>kdevg77options</f77compiler>
 
27
        <cxxflags>-O2 -g0</cxxflags>
 
28
      </optimized>
 
29
      <debug>
 
30
        <configargs>--enable-debug=full</configargs>
 
31
        <builddir>debug</builddir>
 
32
        <ccompiler>kdevgccoptions</ccompiler>
 
33
        <cxxcompiler>kdevgppoptions</cxxcompiler>
 
34
        <f77compiler>kdevg77options</f77compiler>
 
35
        <cxxflags>-O0 -g3</cxxflags>
 
36
      </debug>
 
37
    </configurations>
 
38
 </kdevautoproject>
 
39
 <kdevfileview>
 
40
  <groups>
 
41
   <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
 
42
   <group pattern="*.po;*.ts" name="Translations" />
 
43
   <group pattern="*" name="Others" />
 
44
  </groups>
 
45
 </kdevfileview>
 
46
 <kdevdoctreeview>
 
47
    <ignoretocs>
 
48
      <toc>ada</toc>
 
49
      <toc>ada_bugs_gcc</toc>
 
50
      <toc>bash</toc>
 
51
      <toc>bash_bugs</toc>
 
52
      <toc>clanlib</toc>
 
53
      <toc>fortran_bugs_gcc</toc>
 
54
      <toc>gnome1</toc>
 
55
      <toc>gnustep</toc>
 
56
      <toc>gtk</toc>
 
57
      <toc>gtk_bugs</toc>
 
58
      <toc>haskell</toc>
 
59
      <toc>haskell_bugs_ghc</toc>
 
60
      <toc>java_bugs_gcc</toc>
 
61
      <toc>java_bugs_sun</toc>
 
62
      <toc>opengl</toc>
 
63
      <toc>pascal_bugs_fp</toc>
 
64
      <toc>php</toc>
 
65
      <toc>php_bugs</toc>
 
66
      <toc>perl</toc>
 
67
      <toc>perl_bugs</toc>
 
68
      <toc>python</toc>
 
69
      <toc>python_bugs</toc>
 
70
      <toc>ruby</toc>
 
71
      <toc>ruby_bugs</toc>
 
72
      <toc>sdl</toc>
 
73
      <toc>stl</toc>
 
74
      <toc>sw</toc>
 
75
      <toc>w3c-dom-level2-html</toc>
 
76
      <toc>w3c-svg</toc>
 
77
      <toc>w3c-uaag10</toc>
 
78
      <toc>wxwidgets_bugs</toc>
 
79
    </ignoretocs>
 
80
    <ignoreqt_xml>
 
81
      <toc>qmake User Guide</toc>
 
82
    </ignoreqt_xml>
 
83
 </kdevdoctreeview>
 
84
 <kdevdebugger>
 
85
  <general>
 
86
   <dbgshell>libtool</dbgshell>
 
87
  </general>
 
88
 </kdevdebugger>
 
89
 <kdevfilecreate>
 
90
  <useglobaltypes>
 
91
   <type ext="cpp"/>
 
92
   <type ext="h"/>
 
93
  </useglobaltypes>
 
94
 </kdevfilecreate>
 
95
  <kdevdocumentation>
 
96
    <projectdoc>
 
97
      <docsystem>Doxygen Documentation Collection</docsystem>
 
98
      <docurl>%{APPNAMELC}.tag</docurl>
 
99
    </projectdoc>
 
100
  </kdevdocumentation>
 
101
</kdevelop>