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

From KDE TechBase
Revision as of 10:34, 11 March 2016 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.