~ubuntu-branches/ubuntu/lucid/qgo/lucid

« back to all changes in this revision

Viewing changes to qgo.kdevelop

  • Committer: Bazaar Package Importer
  • Author(s): Cyril Chaboisseau
  • Date: 2006-10-03 23:46:07 UTC
  • mfrom: (1.2.1 upstream) (2.1.9 edgy)
  • Revision ID: james.westby@ubuntu.com-20061003234607-jtuoreigx712b4lw
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version = '1.0'?>
2
2
<kdevelop>
3
3
  <general>
4
 
    <author/>
5
 
    <email/>
6
 
    <version>1.0.0</version>
 
4
    <author></author>
 
5
    <email></email>
 
6
    <version>1.5.2</version>
7
7
    <projectmanagement>KDevAutoProject</projectmanagement>
8
8
    <primarylanguage>C++</primarylanguage>
9
9
    <ignoreparts/>
10
10
    <projectdirectory>.</projectdirectory>
11
11
    <absoluteprojectpath>false</absoluteprojectpath>
12
 
    <description/>
 
12
    <description></description>
13
13
    <secondaryLanguages/>
 
14
    <versioncontrol/>
14
15
  </general>
15
16
  <kdevautoproject>
16
17
    <general>
17
18
      <activetarget>src/qGo</activetarget>
18
 
      <useconfiguration>profile</useconfiguration>
 
19
      <useconfiguration>optimized</useconfiguration>
19
20
    </general>
20
21
    <run>
21
22
      <mainprogram>src/qgo</mainprogram>
22
23
      <directoryradio>executable</directoryradio>
23
24
      <customdirectory>/</customdirectory>
24
 
      <programargs/>
 
25
      <programargs>-debug</programargs>
25
26
      <terminal>false</terminal>
26
27
      <autocompile>true</autocompile>
27
28
      <envvars/>
53
54
        <ccompiler>kdevgccoptions</ccompiler>
54
55
        <cxxcompiler>kdevgppoptions</cxxcompiler>
55
56
        <f77compiler>kdevpgf77options</f77compiler>
56
 
        <cxxflags>-O0 -g3</cxxflags>
 
57
        <cxxflags>-O3 -g3</cxxflags>
57
58
        <envvars/>
58
59
        <topsourcedir/>
59
60
        <cppflags/>
81
82
        <cxxflags>-O3 -g0 -pg</cxxflags>
82
83
        <f77flags/>
83
84
      </profile>
 
85
      <default>
 
86
        <envvars/>
 
87
        <configargs/>
 
88
        <builddir/>
 
89
        <topsourcedir/>
 
90
        <cppflags/>
 
91
        <ldflags/>
 
92
        <ccompiler>kdevgccoptions</ccompiler>
 
93
        <cxxcompiler>kdevgppoptions</cxxcompiler>
 
94
        <f77compiler>kdevpgf77options</f77compiler>
 
95
        <ccompilerbinary/>
 
96
        <cxxcompilerbinary/>
 
97
        <f77compilerbinary/>
 
98
        <cflags/>
 
99
        <cxxflags/>
 
100
        <f77flags/>
 
101
      </default>
84
102
    </configurations>
85
103
    <make>
86
104
      <envvars>
96
114
  </kdevautoproject>
97
115
  <kdevdebugger>
98
116
    <general>
99
 
      <dbgshell>libtool</dbgshell>
100
 
      <programargs/>
101
 
      <gdbpath/>
102
 
      <configGdbScript/>
103
 
      <runShellScript/>
104
 
      <runGdbScript/>
105
 
      <breakonloadinglibs>true</breakonloadinglibs>
 
117
      <dbgshell></dbgshell>
 
118
      <programargs></programargs>
 
119
      <gdbpath></gdbpath>
 
120
      <configGdbScript></configGdbScript>
 
121
      <runShellScript></runShellScript>
 
122
      <runGdbScript></runGdbScript>
 
123
      <breakonloadinglibs>false</breakonloadinglibs>
106
124
      <separatetty>false</separatetty>
107
125
      <floatingtoolbar>false</floatingtoolbar>
108
126
    </general>
180
198
      <argumentsHintDelay>400</argumentsHintDelay>
181
199
      <headerCompletionDelay>250</headerCompletionDelay>
182
200
    </codecompletion>
 
201
    <designerintegration>
 
202
      <qtdesigner/>
 
203
    </designerintegration>
 
204
    <creategettersetter>
 
205
      <prefixGet></prefixGet>
 
206
      <prefixSet>set</prefixSet>
 
207
      <prefixVariable>m_,_</prefixVariable>
 
208
      <parameterName>theValue</parameterName>
 
209
      <inlineGet>true</inlineGet>
 
210
      <inlineSet>true</inlineSet>
 
211
    </creategettersetter>
 
212
    <qt>
 
213
      <used>false</used>
 
214
      <version>3</version>
 
215
      <root>/usr/qt/3</root>
 
216
    </qt>
183
217
  </kdevcppsupport>
184
218
  <kdevfileview>
185
219
    <groups>
203
237
    <bzip>false</bzip>
204
238
    <archname>%n%v</archname>
205
239
    <appname>qgo</appname>
206
 
    <version>1.0.0</version>
207
 
    <release/>
 
240
    <version>1.5.2</version>
 
241
    <release>r1</release>
208
242
    <vendor>&lt;Emmanuel Beranger></vendor>
209
243
    <licence>GPL</licence>
210
244
    <summary>SGF viewer / editor and Go servers client</summary>
211
245
    <group>Games</group>
212
246
    <packager>&lt;Emmanuel Beranger></packager>
213
 
    <description/>
214
 
    <changelog/>
 
247
    <description>-</description>
 
248
    <changelog>-</changelog>
215
249
    <devpackage>false</devpackage>
216
250
    <docspackage>false</docspackage>
217
251
    <appicon>false</appicon>
220
254
    <useRPM>false</useRPM>
221
255
    <ftpkde>false</ftpkde>
222
256
    <appskde>false</appskde>
223
 
    <url/>
 
257
    <url></url>
224
258
  </dist>
225
259
  <kdevcvsservice>
226
260
    <recursivewhenupdate>true</recursivewhenupdate>