Building/Developing With KDevelop
From KOffice
< Building
Contents |
[edit]
Import KOffice in KDevelop
- Project > Open Project
- Select KOffice source directory
- Select CMake project as a
Be patient, opening KOffice can take a long time, KDevelop don't show any progress information, only indication that something is happening is an overlay telling you the project is being loaded, and the "projects" docker has appeared
[edit]
Build
[edit]
Configuration
- In the "project" docker, right click on "koffice", select "Open Configuration"
- In the "CMake" tab, click on the "plus" icon
- Choose the "Build directory" (you can use an existing build directory)
[edit]
Build a target
In the "project" docker, browse to the target you want to build, right click on it, and select "build" or "install". You can add a target to the buildset, all target in the buildset will be build when pressing F8, or any of the other options of the "Build" menu.
[edit]
Run application
- In "project" docker, right click on "koffice", select "Open Configuration"
- In "Run Settings", add a "run targets"
- Select "executable", then enter the full path to the application
- Add targets that you want to be run before the execution is started
Run target are easily change through "Run > Current Run Target"
[edit]
Debug an application
- Run > Start or F9

