KDevelop5/KDevPlatformPluginExample: Difference between revisions

From KDE TechBase
(Created page with 'A good way to start your KDevPlatform plugin development is to use our plugin example. This can be found in the KDE's kdeexamples repository, you can get it here: git clone git:...')
 
(Example has been removed due to being outdated, point instead to the project template)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A good way to start your KDevPlatform plugin development is to use our plugin example. This can be found in the KDE's kdeexamples repository, you can get it here:
A good way to start your KDevPlatform plugin development is to use our plugin template.


git clone git://anongit.kde.org/kdeexamples
Create a new project in KDevelop, by selecting in the menu "Project" the entry "New From Template...", then in the dialog find the template in the category "KDevelop", project type "Plugin".


You can just import it with KDevelop and start playing with it :).
Complete the creation of the project, build and install the plugin, and start playing with it. :)


Have fun!
Have fun!
Aleix

Latest revision as of 21:42, 30 April 2017

A good way to start your KDevPlatform plugin development is to use our plugin template.

Create a new project in KDevelop, by selecting in the menu "Project" the entry "New From Template...", then in the dialog find the template in the category "KDevelop", project type "Plugin".

Complete the creation of the project, build and install the plugin, and start playing with it. :)

Have fun!