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

« back to all changes in this revision

Viewing changes to languages/pascal/app_templates/fpcsharedlib/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>KDevPascalProject</projectmanagement>
8
 
  <primarylanguage>Pascal</primarylanguage>
9
 
  <keywords>
10
 
   <keyword>Pascal</keyword>
11
 
   <keyword>Code</keyword>
12
 
  </keywords>
13
 
 </general>
14
 
 <kdevpascalproject>
15
 
  <general>
16
 
    <useconfiguration>default</useconfiguration>
17
 
  </general>
18
 
  <configurations>
19
 
   <default>
20
 
    <mainsource>src/%{APPNAMELC}.pp</mainsource>
21
 
    <compiler>kdevfpcoptions</compiler>
22
 
    <compileroptions>-vr</compileroptions>
23
 
    <compilerexec>fpc</compilerexec>
24
 
   </default>
25
 
  </configurations>
26
 
  <run>
27
 
   <terminal>true</terminal>
28
 
  </run>
29
 
 </kdevpascalproject>
30
 
 <kdevdoctreeview>
31
 
    <ignoretocs>
32
 
      <toc>ada</toc>
33
 
      <toc>ada_bugs_gcc</toc>
34
 
      <toc>bash</toc>
35
 
      <toc>bash_bugs</toc>
36
 
      <toc>c++_bugs_gcc</toc>
37
 
      <toc>clanlib</toc>
38
 
      <toc>w3c-dom-level2-html</toc>
39
 
      <toc>fortran_bugs_gcc</toc>
40
 
      <toc>gnome1</toc>
41
 
      <toc>gnustep</toc>
42
 
      <toc>gtk</toc>
43
 
      <toc>gtk_bugs</toc>
44
 
      <toc>haskell</toc>
45
 
      <toc>haskell_bugs_ghc</toc>
46
 
      <toc>java_bugs_gcc</toc>
47
 
      <toc>java_bugs_sun</toc>
48
 
      <toc>kde2book</toc>
49
 
      <toc>libc</toc>
50
 
      <toc>libstdc++</toc>
51
 
      <toc>opengl</toc>
52
 
      <toc>php</toc>
53
 
      <toc>php_bugs</toc>
54
 
      <toc>perl</toc>
55
 
      <toc>perl_bugs</toc>
56
 
      <toc>python</toc>
57
 
      <toc>python_bugs</toc>
58
 
      <toc>qt-kdev3</toc>
59
 
      <toc>ruby</toc>
60
 
      <toc>ruby_bugs</toc>
61
 
      <toc>sdl</toc>
62
 
      <toc>stl</toc>
63
 
      <toc>w3c-svg</toc>
64
 
      <toc>sw</toc>
65
 
      <toc>w3c-uaag10</toc>
66
 
      <toc>wxwidgets_bugs</toc>
67
 
    </ignoretocs>
68
 
    <ignoreqt_xml>
69
 
      <toc>Guide to the Qt Translation Tools</toc>
70
 
      <toc>Qt Assistant Manual</toc>
71
 
      <toc>Qt Designer Manual</toc>
72
 
      <toc>Qt Reference Documentation</toc>
73
 
      <toc>qmake User Guide</toc>
74
 
    </ignoreqt_xml>
75
 
    <ignoredoxygen>
76
 
      <toc>KDE Libraries (Doxygen)</toc>
77
 
    </ignoredoxygen>
78
 
 </kdevdoctreeview>
79
 
 <kdevfilecreate>
80
 
  <useglobaltypes>
81
 
   <type ext="pp"/>
82
 
   <type ext="pas"/>
83
 
   <type ext="dpr"/>
84
 
  </useglobaltypes>
85
 
 </kdevfilecreate>
86
 
</kdevelop>