Kf5-config: Unterschied zwischen den Versionen
K Textersetzung - „== Syntax ==“ durch „== Aufruf ==“ |
|||
(13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
kf5-config | '''kf5-config''' gibt die Installationspfade von Qt™ und Frameworks aus | ||
== | == Beschreibung == | ||
* kf5-config ist Befehlszeilenprogramm, mit dem Informationen über die Frameworks-Installation oder Benutzerpfade abgerufen werden können. | |||
* Verwenden Sie dieses Programm zur Abfrage der verschiedenen Aspekte der auf Ihrem System vorliegenden Frameworks-Installation. | |||
'''Anmerkung''' | |||
kf5-config ist | kf5-config ist ein veralteter Ersatz für kde4-config. Es wird empfohlen, stattdessen [[qtpaths]] zu benutzen, das in Qt™ einhalten ist. | ||
== Installation == | |||
== Anwendungen == | |||
=== Basisordner === | |||
Basisordners der Frameworks-Installation | |||
$ kf5-config --prefix | |||
/usr | |||
=== Ressourcentypen=== | |||
kf5-config | $ '''kf5-config --types''' | ||
cache - Cached information (e.g. favicons, web-pages) | |||
config - Configuration files | |||
data - Where applications store data | |||
emoticons - Emoticons | |||
exe - Executables in $prefix/bin | |||
html - HTML documentation | |||
icon - Icons | |||
include - Includes/Headers | |||
kcfg - Configuration description files | |||
lib - Libraries | |||
locale - Translation files for KLocale | |||
module - Loadable modules | |||
pixmap - Legacy pixmaps | |||
qtplugins - Qt plugins | |||
services - Services | |||
servicetypes - Service types | |||
socket - UNIX Sockets (specific for both current host and current user) | |||
sound - Application sounds | |||
templates - Templates | |||
tmp - Temporary files (specific for both current host and current user) | |||
wallpaper - Wallpapers | |||
xdgconf - XDG Configuration Files | |||
xdgconf-autostart - XDG autostart directory | |||
xdgconf-menu - XDG Menu layout (.menu files) | |||
xdgdata - XDG Shared Data | |||
xdgdata-apps - XDG Application menu (.desktop files) | |||
xdgdata-dirs - XDG Menu descriptions (.directory files) | |||
xdgdata-icon - XDG Icons | |||
xdgdata-mime - XDG Mime Types | |||
xdgdata-pixmap - Legacy pixmaps | |||
== | === Wallpaper-Pfade === | ||
$ '''kf5-config --path wallpaper''' | |||
/home/user/.local/share/wallpapers/:/usr/share/wallpapers/ | |||
== Aufruf == | |||
kf5-config [Option] | |||
=== Optionen === | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
Zeile 48: | Zeile 90: | ||
|} | |} | ||
== | == Dokumentation == | ||
=== Man-Page === | |||
# kf5-config(1) | |||
== Siehe auch == | |||
# [[kf5options]](7) | |||
# [[qtpaths]] | |||
== Links == | |||
=== Projekt === | |||
=== Weblinks === | |||
[[Kategorie:Plasma5]] | |||
Aktuelle Version vom 12. November 2024, 18:40 Uhr
kf5-config gibt die Installationspfade von Qt™ und Frameworks aus
Beschreibung
- kf5-config ist Befehlszeilenprogramm, mit dem Informationen über die Frameworks-Installation oder Benutzerpfade abgerufen werden können.
- Verwenden Sie dieses Programm zur Abfrage der verschiedenen Aspekte der auf Ihrem System vorliegenden Frameworks-Installation.
Anmerkung kf5-config ist ein veralteter Ersatz für kde4-config. Es wird empfohlen, stattdessen qtpaths zu benutzen, das in Qt™ einhalten ist.
Installation
Anwendungen
Basisordner
Basisordners der Frameworks-Installation
$ kf5-config --prefix /usr
Ressourcentypen
$ kf5-config --types cache - Cached information (e.g. favicons, web-pages) config - Configuration files data - Where applications store data emoticons - Emoticons exe - Executables in $prefix/bin html - HTML documentation icon - Icons include - Includes/Headers kcfg - Configuration description files lib - Libraries locale - Translation files for KLocale module - Loadable modules pixmap - Legacy pixmaps qtplugins - Qt plugins services - Services servicetypes - Service types socket - UNIX Sockets (specific for both current host and current user) sound - Application sounds templates - Templates tmp - Temporary files (specific for both current host and current user) wallpaper - Wallpapers xdgconf - XDG Configuration Files xdgconf-autostart - XDG autostart directory xdgconf-menu - XDG Menu layout (.menu files) xdgdata - XDG Shared Data xdgdata-apps - XDG Application menu (.desktop files) xdgdata-dirs - XDG Menu descriptions (.directory files) xdgdata-icon - XDG Icons xdgdata-mime - XDG Mime Types xdgdata-pixmap - Legacy pixmaps
Wallpaper-Pfade
$ kf5-config --path wallpaper /home/user/.local/share/wallpapers/:/usr/share/wallpapers/
Aufruf
kf5-config [Option]
Optionen
Option | Beschreibung |
---|---|
--expandvars | ${prefix} und ${exec_prefix} bei der Ausgabe expandieren. |
--prefix | Einkompiliertes prefix für Frameworks-Bibliotheken. |
--exec-prefix | Einkompiliertes exec_prefix für Frameworks-Bibliotheken. |
--libsuffix | Bei der Kompilierung gesetztes „library path suffix“. |
--localprefix | Präfix für das Schreiben von Dateien in $HOME. |
--version | Version von Qt(TM) und einkompilierte Versionszeichenfolge für Frameworks-Bibliotheken und kf5-config. |
--kde-version | Einkompilierte Versionszeichenfolge für Frameworks-Bibliotheken. |
--types | Ausgabe der Liste aller verfügbaren KDE-Ressourcetypen. |
--path Typ | Suchpfad für den angegebenen Typ. |
--userpath Typ | document |
--install Typ | Präfix, in dem Ressourcen-Dateien abgelegt werden. |
--qt-prefix | Installations-Präfix für Qt(TM). |
--qt-binaries | Ort der installierten Qt(TM)-Programmdateien. |
--qt-libraries | Ort der installierten Qt(TM)-Bibliotheken. |
--qt-plugins | Ort der installierten Qt(TM)-Module. |
Dokumentation
Man-Page
- kf5-config(1)