KDevelop: Difference between revisions

From KDE UserBase Wiki
(Removed duplicated sections)
(Marked this version for translation)
(14 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|KDevelop}}
<languages />
==Creating projects==
<translate>
To start developing with KDevelop, you need to first create a project.  To do this, simply go to Project menu and click on "New Project."
<!--T:1-->
{|class="tablecenter vertical-centered"
|[[Image:Kdevelop4.png|250px|thumb|KDevelop4 Editor view]]||'''An Integrated Development Environment (IDE) for MS Windows, Mac OS X, Linux, Solaris and FreeBSD'''
|}


Now a dialog appears asking you what kind of project do you want to create.  According to what app you want to develop (e.g. Qt GUI application, pyQt4, KDE app, etc.) select the appropriate option.  For example, if you want to create a pyQt4 app, you would unfold 'pyQt4' and select "pyQt4 GUI Application."
<!--T:16-->
[[Special:MyLanguage/KDevelop4/Manual|KDevelop 4 Manual on How to get started]]


Next, you have to enter the application's name in the "Application's name" field.  Afterwards, you have to also set a location for the app where the sources will be stored.
<!--T:17-->
[[Special:MyLanguage/KDevelop5/Manual|KDevelop 5 Manual on How to get started]]


Now you can click 'Next.'
== Tips == <!--T:11-->


The next page asks you what kind of Version Control System do you want to use. Choose the one you like (and I just remembered I wanted to start learning Git).
<!--T:12-->
:[http://apaku.wordpress.com/2008/12/15/howto-create-build-and-run-a-simple-kdevelop4-project How to create and build a simple KDevelop4 project]


==Browsing through created template files==
<!--T:14-->
To browse what files have been automatically created when you created a template project, click on "Projects" tab on the left-most hand side.
[[Category:Development]]
 
</translate>
Now you will see a list of project files.
 
 
 
== Tips ==
 
[http://apaku.wordpress.com/2008/12/15/howto-create-build-and-run-a-simple-kdevelop4-project How to create and build a simple kdevelop4 project]
 
[http://techbase.kde.org/Getting_Started/Set_up_KDE_4_for_development#KDevelop Using KDevelop 3 to develop KDE 4 applications]

Revision as of 04:52, 17 August 2017