~x2go/x2go/pinentry-x2go_build-main

« back to all changes in this revision

Viewing changes to pinentry-x2go/PinentryQt4.kdevelop

  • Committer: Mike Gabriel
  • Date: 2012-06-13 12:55:37 UTC
  • Revision ID: git-v1:d2060291d5cc7beb92f78168e48ececfe765d552
Strip code project down to its essentials, remove a lot of unneeded cruft. / Make code tree fully build with autotools, see README file for further info.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version = '1.0'?>
2
 
<kdevelop>
3
 
  <general>
4
 
    <author>Oleksandr Shneyder</author>
5
 
    <email>oleksandr.shneyder@obviously-nice.de</email>
6
 
    <version>$VERSION$</version>
7
 
    <projectmanagement>KDevTrollProject</projectmanagement>
8
 
    <primarylanguage>C++</primarylanguage>
9
 
    <keywords>
10
 
      <keyword>Qt</keyword>
11
 
    </keywords>
12
 
    <projectname>PinentryQt4</projectname>
13
 
  </general>
14
 
  <kdevfileview>
15
 
    <groups>
16
 
      <group pattern="*.cpp;*.cxx;*.h" name="Sources" />
17
 
      <group pattern="*.ui" name="User Interface" />
18
 
      <group pattern="*.png" name="Icons" />
19
 
      <group pattern="*" name="Others" />
20
 
      <hidenonprojectfiles>false</hidenonprojectfiles>
21
 
      <hidenonlocation>false</hidenonlocation>
22
 
    </groups>
23
 
    <tree>
24
 
      <hidepatterns>*.o,*.lo,CVS</hidepatterns>
25
 
      <hidenonprojectfiles>false</hidenonprojectfiles>
26
 
    </tree>
27
 
  </kdevfileview>
28
 
  <kdevdoctreeview>
29
 
    <ignoretocs>
30
 
      <toc>bash</toc>
31
 
      <toc>bash_bugs</toc>
32
 
      <toc>clanlib</toc>
33
 
      <toc>w3c-dom-level2-html</toc>
34
 
      <toc>fortran_bugs_gcc</toc>
35
 
      <toc>gnome1</toc>
36
 
      <toc>gnustep</toc>
37
 
      <toc>gtk</toc>
38
 
      <toc>gtk_bugs</toc>
39
 
      <toc>haskell</toc>
40
 
      <toc>haskell_bugs_ghc</toc>
41
 
      <toc>java_bugs_gcc</toc>
42
 
      <toc>java_bugs_sun</toc>
43
 
      <toc>kde2book</toc>
44
 
      <toc>opengl</toc>
45
 
      <toc>pascal_bugs_fp</toc>
46
 
      <toc>php</toc>
47
 
      <toc>php_bugs</toc>
48
 
      <toc>perl</toc>
49
 
      <toc>perl_bugs</toc>
50
 
      <toc>python</toc>
51
 
      <toc>python_bugs</toc>
52
 
      <toc>qt-kdev3</toc>
53
 
      <toc>ruby</toc>
54
 
      <toc>ruby_bugs</toc>
55
 
      <toc>sdl</toc>
56
 
      <toc>stl</toc>
57
 
      <toc>w3c-svg</toc>
58
 
      <toc>sw</toc>
59
 
      <toc>w3c-uaag10</toc>
60
 
      <toc>wxwidgets_bugs</toc>
61
 
    </ignoretocs>
62
 
    <ignoredoxygen>
63
 
      <toc>KDE Libraries (Doxygen)</toc>
64
 
    </ignoredoxygen>
65
 
  </kdevdoctreeview>
66
 
  <kdevdebugger>
67
 
    <general>
68
 
      <dbgshell/>
69
 
    </general>
70
 
  </kdevdebugger>
71
 
  <kdevfilecreate>
72
 
    <useglobaltypes>
73
 
      <type ext="ui" />
74
 
      <type ext="cpp" />
75
 
      <type ext="h" />
76
 
    </useglobaltypes>
77
 
  </kdevfilecreate>
78
 
  <kdevtrollproject>
79
 
    <general>
80
 
      <activedir></activedir>
81
 
    </general>
82
 
    <run>
83
 
      <directoryradio>executable</directoryradio>
84
 
    </run>
85
 
  </kdevtrollproject>
86
 
  <kdevcppsupport>
87
 
    <references/>
88
 
    <codecompletion>
89
 
      <includeGlobalFunctions>true</includeGlobalFunctions>
90
 
      <includeTypes>true</includeTypes>
91
 
      <includeEnums>true</includeEnums>
92
 
      <includeTypedefs>false</includeTypedefs>
93
 
      <automaticCodeCompletion>true</automaticCodeCompletion>
94
 
      <automaticArgumentsHint>true</automaticArgumentsHint>
95
 
      <automaticHeaderCompletion>true</automaticHeaderCompletion>
96
 
      <codeCompletionDelay>250</codeCompletionDelay>
97
 
      <argumentsHintDelay>400</argumentsHintDelay>
98
 
      <headerCompletionDelay>250</headerCompletionDelay>
99
 
      <showOnlyAccessibleItems>false</showOnlyAccessibleItems>
100
 
      <completionBoxItemOrder>0</completionBoxItemOrder>
101
 
      <howEvaluationContextMenu>true</howEvaluationContextMenu>
102
 
      <showCommentWithArgumentHint>true</showCommentWithArgumentHint>
103
 
      <statusBarTypeEvaluation>false</statusBarTypeEvaluation>
104
 
      <namespaceAliases>std=_GLIBCXX_STD;__gnu_cxx=std</namespaceAliases>
105
 
      <processPrimaryTypes>true</processPrimaryTypes>
106
 
      <processFunctionArguments>false</processFunctionArguments>
107
 
      <preProcessAllHeaders>false</preProcessAllHeaders>
108
 
      <parseMissingHeadersExperimental>false</parseMissingHeadersExperimental>
109
 
      <resolveIncludePathsUsingMakeExperimental>false</resolveIncludePathsUsingMakeExperimental>
110
 
      <alwaysParseInBackground>true</alwaysParseInBackground>
111
 
      <usePermanentCaching>true</usePermanentCaching>
112
 
      <alwaysIncludeNamespaces>false</alwaysIncludeNamespaces>
113
 
      <includePaths>.;</includePaths>
114
 
    </codecompletion>
115
 
    <qt>
116
 
      <used>false</used>
117
 
      <version>3</version>
118
 
      <includestyle>3</includestyle>
119
 
      <root>/usr/share/qt3</root>
120
 
      <designerintegration>EmbeddedKDevDesigner</designerintegration>
121
 
      <qmake>/usr/bin/qmake-qt3</qmake>
122
 
      <designer>/usr/bin/designer</designer>
123
 
      <designerpluginpaths/>
124
 
    </qt>
125
 
  </kdevcppsupport>
126
 
</kdevelop>