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

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

Create a file named CMakeLists.txt in the same directory as main.cpp with this content: <syntaxhighlight lang="cmake"> project (tutorial1)