Translations:KDevelop4/Manual/Sessions and projects/21/de: Difference between revisions

From KDE UserBase Wiki
(Initiale Übersetzung)
 
(No difference)

Latest revision as of 12:11, 8 May 2012

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (KDevelop4/Manual/Sessions and projects)
Alternatively, if the project you want to work with already exists on your hard drive (for example, because you have downloaded it as a tar file from an FTP server, because you already checked out a version of the project from a version control system, or because it is your own project that exists ''only'' on your own hard drive), then use <menuchoice>Projects -> Open/Import project</menuchoice> dialog. If the project already has a makefile (or CMakeList.txt) then browse into the directory in which your project resides, and select the makefile; you will then be shown a further dialog that enables you to change the name of the project (from the default, which is the name of the folder containing the makefile). For a makefile the Build System system selection should remain as Custom Makefile Project Manager. If you have a makefile with multiple targets then you will have to select <menuchoice>Run->Configure Launches...</menuchoice>, select Global and then click the +Add New button, select Compiled Binary, select the Executable radio button, and enter the full path of the executable in the Executable text box.

Sofern das Projekt, mit dem Sie arbeiten wollen, bereits auf der Festplatte existiert (beispielsweise weil Sie es von einem FTP Server heruntergeladen haben, weil Sie es bereits von einem Versionskontrollsystem ausgecheckt haben oder weil es ein Projekt ist, das nur auf ihrer Festplatte existiert), dann nutzen sie Projekt -> Projekt öffnen/importieren und wählen Sie in der Dialogbox das Verzeichnis, in dem sich das Projekt befindet.