1KF5-CONFIG(1) kf5-config User's Manual KF5-CONFIG(1)
2
3
4
6 kf5-config - Prints Qt(TM) and Frameworks installation paths
7
9 kf5-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix]
10 [--localprefix] [--version] [--kde-version] [--types]
11 [--path type] [--userpath type] [--install type]
12 [--qt-prefix] [--qt-binaries] [--qt-libraries]
13 [--qt-plugins]
14
16 kf5-config is a command line program used to retrieve information about
17 Frameworks installation or user paths.
18
19 Use this program to determine where the various aspects of the
20 Frameworks installation reside on your system.
21
22 Note
23 kf5-config is mostly a deprecated replacement for kde4-config,
24 while the recommended tool to use instead is qtpaths (which is
25 shipped with Qt(TM)).
26
28 --expandvars
29 expand ${prefix} and ${exec_prefix} in output
30
31 --prefix
32 Compiled in prefix for Frameworks libraries
33
34 --exec-prefix
35 Compiled in exec_prefix for Frameworks libraries
36
37 --libsuffix
38 Compiled in library path suffix
39
40 --localprefix
41 Prefix in $HOME used to write files
42
43 --version
44 Version of Qt(TM) and compiled in version string for Frameworks
45 libraries and kf5-config
46
47 --kde-version
48 Compiled in version string for Frameworks libraries
49
50 --types
51 Print a list of all available KDE resource types
52
53 --path type
54 Search path for the specified type
55
56 --userpath type
57 User paths for the types: desktop|document
58
59 --install type
60 Prefix to install resource files to
61
62 --qt-prefix
63 Installation prefix for Qt(TM)
64
65 --qt-binaries
66 Location of installed Qt(TM) binaries
67
68 --qt-libraries
69 Location of installed Qt(TM) libraries
70
71 --qt-plugins
72 Location of installed Qt(TM) plugins
73
75 Print the top-level Frameworks installation directory:
76
77 % kf5-config --prefix
78
79 Print a list of all resource types:
80
81 % kf5-config --types
82
83 Print the installed wallpaper path:
84
85 % kf5-config --path wallpaper
86
88 kf5options(7)
89
91 None known.
92
94 Stephan Kulow <coolo@kde.org>
95 Author.
96
97
98
99KDE Frameworks Frameworks 5.13 2015-07-31 KF5-CONFIG(1)