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

« back to all changes in this revision

Viewing changes to parts/appwizard/imports/qtqmake.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>KDevTrollProject</projectmanagement>
 
8
  <primarylanguage>C++</primarylanguage>
 
9
  <keywords>
 
10
   <keyword>Qt</keyword>
 
11
  </keywords>
 
12
 </general>
 
13
 <kdevfileview>
 
14
  <groups>
 
15
   <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
 
16
   <group pattern="*.ui" name="User Interface" />
 
17
   <group pattern="*.png" name="Icons" />
 
18
   <group pattern="*" name="Others" />
 
19
  </groups>
 
20
 </kdevfileview>
 
21
 <kdevdoctreeview>
 
22
    <ignoretocs>
 
23
      <toc>bash</toc>
 
24
      <toc>bash_bugs</toc>
 
25
      <toc>clanlib</toc>
 
26
      <toc>w3c-dom-level2-html</toc>
 
27
      <toc>fortran_bugs_gcc</toc>
 
28
      <toc>gnome1</toc>
 
29
      <toc>gnustep</toc>
 
30
      <toc>gtk</toc>
 
31
      <toc>gtk_bugs</toc>
 
32
      <toc>haskell</toc>
 
33
      <toc>haskell_bugs_ghc</toc>
 
34
      <toc>java_bugs_gcc</toc>
 
35
      <toc>java_bugs_sun</toc>
 
36
      <toc>kde2book</toc>
 
37
      <toc>opengl</toc>
 
38
      <toc>pascal_bugs_fp</toc>
 
39
      <toc>php</toc>
 
40
      <toc>php_bugs</toc>
 
41
      <toc>perl</toc>
 
42
      <toc>perl_bugs</toc>
 
43
      <toc>python</toc>
 
44
      <toc>python_bugs</toc>
 
45
      <toc>qt-kdev3</toc>
 
46
      <toc>ruby</toc>
 
47
      <toc>ruby_bugs</toc>
 
48
      <toc>sdl</toc>
 
49
      <toc>stl</toc>
 
50
      <toc>w3c-svg</toc>
 
51
      <toc>sw</toc>
 
52
      <toc>w3c-uaag10</toc>
 
53
      <toc>wxwidgets_bugs</toc>
 
54
    </ignoretocs>
 
55
    <ignoredoxygen>
 
56
      <toc>KDE Libraries (Doxygen)</toc>
 
57
    </ignoredoxygen>
 
58
 </kdevdoctreeview>
 
59
 <kdevdebugger>
 
60
  <general>
 
61
   <dbgshell/>
 
62
  </general>
 
63
 </kdevdebugger>
 
64
  <kdevfilecreate>
 
65
    <useglobaltypes>
 
66
      <type ext="ui" />
 
67
      <type ext="cpp" />
 
68
      <type ext="h" />
 
69
    </useglobaltypes>
 
70
  </kdevfilecreate>
 
71
</kdevelop>