Translations:Development/Tutorials/First program/KF5/52/en

From KDE TechBase

install(TARGETS tutorial1 ${INSTALL_TARGETS_DEFAULT_ARGS}) </syntaxhighlight> The find_package() function locates the package that you ask it for (in this case ECM, Qt5, or KF5) and sets some variables describing the location of the package's headers and libraries. ECM, or Extra CMake Modules, is required to import special CMake files and functions for building KDE applications.