ChipMaster's trial hacks on C++CMS starting with v1.2.1. Not sure I'll follow on with the v2 since it looks to be breaking and mostly frivolous.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

225 lines
7.2 KiB

  1. <?xml version = '1.0'?>
  2. <kdevelop>
  3. <general>
  4. <author>artik</author>
  5. <email>artik@artyom-linux</email>
  6. <version>$VERSION$</version>
  7. <projectmanagement>KDevAutoProject</projectmanagement>
  8. <primarylanguage>C++</primarylanguage>
  9. <ignoreparts/>
  10. <projectdirectory>.</projectdirectory>
  11. <absoluteprojectpath>false</absoluteprojectpath>
  12. <description/>
  13. <versioncontrol>kdevsubversion</versioncontrol>
  14. <projectname>cppcms</projectname>
  15. <defaultencoding/>
  16. </general>
  17. <kdevautoproject>
  18. <general>
  19. <activetarget>hello_world.fcgi</activetarget>
  20. <useconfiguration>default</useconfiguration>
  21. </general>
  22. <run>
  23. <mainprogram/>
  24. <directoryradio>executable</directoryradio>
  25. <customdirectory>/</customdirectory>
  26. <programargs>-c config.txt</programargs>
  27. <terminal>false</terminal>
  28. <autocompile>true</autocompile>
  29. <envvars/>
  30. <globaldebugarguments/>
  31. <globalcwd>/home/artik/Projects/FastBlog/cppblog/refactoring</globalcwd>
  32. <useglobalprogram>false</useglobalprogram>
  33. <autoinstall>false</autoinstall>
  34. <autokdesu>false</autokdesu>
  35. </run>
  36. <configurations>
  37. <optimized>
  38. <builddir>optimized</builddir>
  39. <ccompiler>GccOptions</ccompiler>
  40. <cxxcompiler>GppOptions</cxxcompiler>
  41. <f77compiler>G77Options</f77compiler>
  42. <cxxflags>-O2 -g0</cxxflags>
  43. </optimized>
  44. <debug>
  45. <configargs>--enable-debug=full</configargs>
  46. <builddir>debug</builddir>
  47. <ccompiler>GccOptions</ccompiler>
  48. <cxxcompiler>GppOptions</cxxcompiler>
  49. <f77compiler>G77Options</f77compiler>
  50. <cxxflags>-O0 -g3</cxxflags>
  51. </debug>
  52. <default>
  53. <envvars/>
  54. </default>
  55. </configurations>
  56. <make>
  57. <envvars>
  58. <envvar value="1" name="WANT_AUTOCONF_2_5" />
  59. <envvar value="1" name="WANT_AUTOMAKE_1_6" />
  60. </envvars>
  61. <abortonerror>true</abortonerror>
  62. <runmultiplejobs>false</runmultiplejobs>
  63. <numberofjobs>1</numberofjobs>
  64. <dontact>false</dontact>
  65. <makebin/>
  66. <prio>0</prio>
  67. </make>
  68. </kdevautoproject>
  69. <kdevdebugger>
  70. <general>
  71. <dbgshell>libtool</dbgshell>
  72. <programargs>-c config.txt</programargs>
  73. <gdbpath/>
  74. <configGdbScript/>
  75. <runShellScript/>
  76. <runGdbScript/>
  77. <breakonloadinglibs>true</breakonloadinglibs>
  78. <separatetty>false</separatetty>
  79. <floatingtoolbar>false</floatingtoolbar>
  80. <raiseGDBOnStart>false</raiseGDBOnStart>
  81. </general>
  82. <display>
  83. <staticmembers>false</staticmembers>
  84. <demanglenames>true</demanglenames>
  85. <outputradix>10</outputradix>
  86. </display>
  87. </kdevdebugger>
  88. <kdevdoctreeview>
  89. <ignoretocs>
  90. <toc>ada</toc>
  91. <toc>ada_bugs_gcc</toc>
  92. <toc>bash</toc>
  93. <toc>bash_bugs</toc>
  94. <toc>clanlib</toc>
  95. <toc>fortran_bugs_gcc</toc>
  96. <toc>gnome1</toc>
  97. <toc>gnustep</toc>
  98. <toc>gtk</toc>
  99. <toc>gtk_bugs</toc>
  100. <toc>haskell</toc>
  101. <toc>haskell_bugs_ghc</toc>
  102. <toc>java_bugs_gcc</toc>
  103. <toc>java_bugs_sun</toc>
  104. <toc>kde2book</toc>
  105. <toc>opengl</toc>
  106. <toc>pascal_bugs_fp</toc>
  107. <toc>php</toc>
  108. <toc>php_bugs</toc>
  109. <toc>perl</toc>
  110. <toc>perl_bugs</toc>
  111. <toc>python</toc>
  112. <toc>python_bugs</toc>
  113. <toc>qt-kdev3</toc>
  114. <toc>ruby</toc>
  115. <toc>ruby_bugs</toc>
  116. <toc>sdl</toc>
  117. <toc>sw</toc>
  118. <toc>w3c-dom-level2-html</toc>
  119. <toc>w3c-svg</toc>
  120. <toc>w3c-uaag10</toc>
  121. <toc>wxwidgets_bugs</toc>
  122. </ignoretocs>
  123. <ignoreqt_xml>
  124. <toc>Guide to the Qt Translation Tools</toc>
  125. <toc>Qt Assistant Manual</toc>
  126. <toc>Qt Designer Manual</toc>
  127. <toc>Qt Reference Documentation</toc>
  128. <toc>qmake User Guide</toc>
  129. </ignoreqt_xml>
  130. <ignoredoxygen>
  131. <toc>KDE Libraries (Doxygen)</toc>
  132. </ignoredoxygen>
  133. </kdevdoctreeview>
  134. <kdevfilecreate>
  135. <filetypes/>
  136. <useglobaltypes>
  137. <type ext="ui" />
  138. <type ext="cpp" />
  139. <type ext="h" />
  140. </useglobaltypes>
  141. </kdevfilecreate>
  142. <cppsupportpart>
  143. <filetemplates>
  144. <interfacesuffix>.h</interfacesuffix>
  145. <implementationsuffix>.cpp</implementationsuffix>
  146. </filetemplates>
  147. </cppsupportpart>
  148. <kdevcppsupport>
  149. <qt>
  150. <used>false</used>
  151. <version>3</version>
  152. <root>/usr/share/qt3</root>
  153. <includestyle>3</includestyle>
  154. <designerintegration>EmbeddedKDevDesigner</designerintegration>
  155. <qmake>/usr/bin/qmake-qt3</qmake>
  156. <designer>/usr/bin/designer-qt3</designer>
  157. <designerpluginpaths/>
  158. </qt>
  159. <codecompletion>
  160. <includeGlobalFunctions>true</includeGlobalFunctions>
  161. <includeTypes>true</includeTypes>
  162. <includeEnums>true</includeEnums>
  163. <includeTypedefs>false</includeTypedefs>
  164. <automaticCodeCompletion>true</automaticCodeCompletion>
  165. <automaticArgumentsHint>true</automaticArgumentsHint>
  166. <automaticHeaderCompletion>true</automaticHeaderCompletion>
  167. <codeCompletionDelay>250</codeCompletionDelay>
  168. <argumentsHintDelay>400</argumentsHintDelay>
  169. <headerCompletionDelay>250</headerCompletionDelay>
  170. <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
  171. <completionBoxItemOrder>0</completionBoxItemOrder>
  172. <howEvaluationContextMenu>true</howEvaluationContextMenu>
  173. <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
  174. <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
  175. <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
  176. <processPrimaryTypes>true</processPrimaryTypes>
  177. <processFunctionArguments>false</processFunctionArguments>
  178. <preProcessAllHeaders>false</preProcessAllHeaders>
  179. <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
  180. <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
  181. <alwaysParseInBackground>true</alwaysParseInBackground>
  182. <usePermanentCaching>true</usePermanentCaching>
  183. <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
  184. <includePaths>.;</includePaths>
  185. </codecompletion>
  186. <creategettersetter>
  187. <prefixGet/>
  188. <prefixSet>set</prefixSet>
  189. <prefixVariable>m_,_</prefixVariable>
  190. <parameterName>theValue</parameterName>
  191. <inlineGet>true</inlineGet>
  192. <inlineSet>true</inlineSet>
  193. </creategettersetter>
  194. <references/>
  195. <splitheadersource>
  196. <enabled>false</enabled>
  197. <synchronize>true</synchronize>
  198. <orientation>Vertical</orientation>
  199. </splitheadersource>
  200. </kdevcppsupport>
  201. <kdevfileview>
  202. <groups>
  203. <hidenonprojectfiles>false</hidenonprojectfiles>
  204. <hidenonlocation>false</hidenonlocation>
  205. </groups>
  206. <tree>
  207. <hidepatterns>*.o,*.lo,CVS</hidepatterns>
  208. <hidenonprojectfiles>false</hidenonprojectfiles>
  209. <showvcsfields>false</showvcsfields>
  210. </tree>
  211. </kdevfileview>
  212. <kdevdocumentation>
  213. <projectdoc>
  214. <docsystem/>
  215. <docurl/>
  216. <usermanualurl/>
  217. </projectdoc>
  218. </kdevdocumentation>
  219. <ctagspart>
  220. <customArguments/>
  221. <customTagfilePath>/home/artik/Projects/FastBlog/cppblog/refactoring/tags</customTagfilePath>
  222. <activeTagsFiles/>
  223. </ctagspart>
  224. </kdevelop>