Development/Tutorials/CMake
< Development | Tutorials
This page contains some tutorials to help you get started on building a CMake-based buildsystem. This is the recommended way of building your software if you use KDE technologies, such as KDE Frameworks.
Reference documentation for using CMake with KDE software can be found at Development/CMake.
- A first CMake project: if you've never even looked at CMake code before, start here.
- Using a framework: introduces you to using a KDE Framework - finding the package and linking your program against it..
- Installing your project: how to use the KDEInstallDirs module from Extra CMake Modules to determine where an executable should be installed, then tell CMake to install it there.
- KDELibs4-based projects