Translations:Development/Tutorials/Using Qt Creator/28/en: Difference between revisions

From KDE TechBase
(Importing a new version from external source)
 
(No difference)

Latest revision as of 10:33, 11 March 2016

  • choose File -> New File or Project -> Import Project -> Git Repository Clone.
  • enter a Git URL like [email protected]:/kdepim
  • accept kdepim as checkout directory
  • type finish, see how the checkout starts
Note
If the checkout fails with the message "remote host hung up unexpectedly" do a checkout from konsole. You may have to accept git.kde.org's fingerprint.
  • you will automatically come to a screen where you can run CMake
  • continue with the step "Run cmake"