This crate serves as the base for all the KDE Frameworks Crate written by me. It sets important environment variables and provides helpful methods required in most KDE Frameworks.
Currently, mostly supposed to be used as a build dependency.
kf5-config
must be present in the path.KF_LIBRARY_PATH
: Path for KDE Frameworks Library Location.KF_INCLUDE_PATH
: Path for KDE Frameworks Header Files Location.KF_VERSION
: KDE Frameworks Version. Format <major>.<minor>.<patch>
.KF_LIBRARY_PATH
: Path for KDE Frameworks Library Location.KF_INCLUDE_PATH
: Path for KDE Frameworks Header Files Location.KF_VERSION
: KDE Frameworks Version Detected.KF_FOUND
: Flag to specify if KDE Frameworks is found or not.