Development/Tutorials/CMake

    From KDE TechBase

    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.

    Beginners

    Intermediate

    • Creating a library: demonstrates best practices when creating a library with a CMake-based buildsystem (such as a KDE Framework).

    Older material