1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140
|
<!DOCTYPE kdevelop>
<kdevelop>
<general>
<author>Björn Sahlström</author>
<email>kbjorn@users.sourceforge.net</email>
<projectmanagement>KDevKDEAutoProject</projectmanagement>
<primarylanguage>C++</primarylanguage>
<keywords>
<keyword>Qt</keyword>
<keyword>KDE</keyword>
</keywords>
<version>2.1.1</version>
<description>KBear is a graphical ftp client for KDE with ability to connect to multiple hosts simultanously.</description>
<ignoreparts/>
<projectdirectory>.</projectdirectory>
<absoluteprojectpath>false</absoluteprojectpath>
</general>
<kdevfileview>
<groups>
<group pattern="*.cpp;*.cxx;*.h" name="Sources" />
<group pattern="*.ui" name="User Interface" />
<group pattern="*.png" name="Icons" />
<group pattern="*.po;*.ts" name="Translations" />
<group pattern="*" name="Others" />
</groups>
<tree>
<hidenonprojectfiles>false</hidenonprojectfiles>
<hidepatterns>*.o,*.lo,CVS</hidepatterns>
</tree>
</kdevfileview>
<kdevdoctreeview>
<ignoretocs>
<toc>gtk</toc>
<toc>gnustep</toc>
<toc>python</toc>
<toc>php</toc>
<toc>perl</toc>
</ignoretocs>
<projectdoc>
<userdocDir>/home/bjorn/programmering/projekt/kbear-2/kbear/html/</userdocDir>
<apidocDir>/home/bjorn/programmering/projekt/kbear-2/kbear/html/</apidocDir>
</projectdoc>
</kdevdoctreeview>
<kdevdebugger>
<general>
<dbgshell>libtool</dbgshell>
<programargs></programargs>
<gdbpath></gdbpath>
<breakonloadinglibs>true</breakonloadinglibs>
<separatetty>false</separatetty>
<floatingtoolbar>false</floatingtoolbar>
<runappinappdirectory>true</runappinappdirectory>
</general>
<breakpoints/>
<display>
<staticmembers>false</staticmembers>
<demanglenames>true</demanglenames>
</display>
</kdevdebugger>
<workspace>
<openfiles>
<file context="ctx_kdelibs" url="file:/usr/lib/qt3/doc/html/" />
<file context="ctx_doxygen" url="file:/home/bjorn/kdecvs/kdelibs/apidocs/html/classKApplication.html#d1" />
<file url="file:/home/bjorn/programmering/projekt/kbear/kbear/parts/dirsynchpart/kbeardirsynchpart.cpp" />
<file url="file:/home/bjorn/programmering/projekt/kbear/kbear/parts/dirsynchpart/dirsynchtreebranch.cpp" />
</openfiles>
</workspace>
<kdevautoproject>
<run>
<mainprogram>./kbear/kbear</mainprogram>
<programargs></programargs>
<terminal>false</terminal>
<autocompile>true</autocompile>
<envvars/>
</run>
<envvars/>
<make>
<abortonerror>false</abortonerror>
<numberofjobs>1</numberofjobs>
<dontact>false</dontact>
<makebin></makebin>
<envvars>
<envvar value="1" name="WANT_AUTOCONF_2_5" />
<envvar value="1" name="WANT_AUTOMAKE_1_6" />
</envvars>
</make>
<general>
<useconfiguration>default</useconfiguration>
</general>
</kdevautoproject>
<cppsupportpart>
<codecompletion>
<codehinting outputview="1" enablech="1" selectview="0" />
</codecompletion>
<classstore>
<enablepcs>false</enablepcs>
<enablepp>false</enablepp>
<preparsing/>
</classstore>
<filetemplates>
<choosefiles>false</choosefiles>
<interfaceURL></interfaceURL>
<implementationURL></implementationURL>
<interfacesuffix>.h</interfacesuffix>
<implementationsuffix>.cpp</implementationsuffix>
<lowercasefilenames>true</lowercasefilenames>
</filetemplates>
</cppsupportpart>
<kdevclassview>
<folderhierarchy>true</folderhierarchy>
<depthoffolders>2</depthoffolders>
</kdevclassview>
<kdevcvs>
<cvsoptions>-f</cvsoptions>
<commitoptions>-z4</commitoptions>
<updateoptions>-dP -z4</updateoptions>
<addoptions></addoptions>
<removeoptions>-f</removeoptions>
<diffoptions>-u3 -p</diffoptions>
<logoptions></logoptions>
<revertoptions>-C -d -P</revertoptions>
<rshoptions></rshoptions>
</kdevcvs>
<kdevfilecreate>
<filetypes/>
<useglobaltypes/>
</kdevfilecreate>
<kdevcppsupport>
<codecompletion>
<includeGlobalFunctions>true</includeGlobalFunctions>
<includeTypes>true</includeTypes>
<includeEnums>true</includeEnums>
<includeTypedefs>false</includeTypedefs>
<automaticCodeCompletion>true</automaticCodeCompletion>
<automaticArgumentsHint>true</automaticArgumentsHint>
<codeCompletionDelay>250</codeCompletionDelay>
<argumentsHintDelay>400</argumentsHintDelay>
</codecompletion>
</kdevcppsupport>
</kdevelop>
|