Skip to content

Ayush1325/kde-frameworks-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kde_frameworks

Crates.io Documentation

Introduction

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.

Install kf5-config

Debian/Ubuntu based

sudo apt install libkf5kdelibs4support5-bin

Fedora

sudo dnf install kf5-kdelibs4support

Arch Linux based

sudo pacman -S kdelibs4support

Environment Variables Read By this Crate

  • It is optional to provide these variables. If these variables are not present, then kf5-config must be present in the path.
  1. KF_LIBRARY_PATH : Path for KDE Frameworks Library Location.
  2. KF_INCLUDE_PATH : Path for KDE Frameworks Header Files Location.
  3. KF_VERSION : KDE Frameworks Version. Format <major>.<minor>.<patch>.

Environment Variables Set By this Crate

  1. KF_LIBRARY_PATH : Path for KDE Frameworks Library Location.
  2. KF_INCLUDE_PATH : Path for KDE Frameworks Header Files Location.
  3. KF_VERSION : KDE Frameworks Version Detected.
  4. KF_FOUND : Flag to specify if KDE Frameworks is found or not.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages