KDevelop is a IDE for C/C++ and Qt supporting cmake, qmake and custom makefiles. It also has plugins for PHP, Python, Rust, Ruby, QML/JS and Go languages.
Questions tagged [kdevelop]
245 questions
4
votes
1 answer
Enable Pretty Printing in KDevelop C++
I've searched a lot on how to enable pretty printing in KDevelop with no hope.
I had found this link and implemented what was mentioned there. Then in "launcher configuration" I've added my gdbinit file as the "config gdb script". But it has no…

Islam Hassan
- 1,736
- 4
- 26
- 42
4
votes
1 answer
How do I set compiler options in KDevelop?
I recently moved from developing with code::blocks to developing with kdevelop. (I got fed up of codeblocks being unstable and not being able to set keyboard shortcuts.)
As I understand it kdevelop uses cmake to control the building of source…

FreelanceConsultant
- 13,167
- 27
- 115
- 225
4
votes
3 answers
Kdevelop in Windows XP
I received a src archive from a friend who develops Qt apps on Linux on Kdevelop IDE. Is it possible to load the Kdevelop project in Windows in some IDE ? Is there a Kdevelop port on Windows without Cygwin/Msys etc ? Are there any workarounds or I…

iceman
- 4,211
- 13
- 65
- 92
3
votes
2 answers
KDevelop says Included file was not found::iostream
Totally new to Kubuntu and KDevelop. I created a new No GUI(CMake) Simple CMake-based C++ application.
There is a red squiggly line under #include and I have the error
Included file was not found::iostream
Any answers I found via Google were…

user390480
- 1,655
- 4
- 28
- 61
3
votes
1 answer
Unable to setup vcpkg CMAKE_TOOLCHAIN_FILE with KDevelop
I have installed vcpkg according to the instructions provided here. I installed the libraries I wanted (in this case fmt and boost), then created a simple new project in KDevelop which runs just fine. Then to add my libraries to the project I added…

reckless
- 741
- 12
- 53
3
votes
1 answer
How to define multi-config in KDevelop with CMake?
I'm working with KDevelop and CMake.
When I need to debug my program, I have to switch the value of "CMAKE_BUILD_TYPE" from "Release" to "Debug" in the Project Configure dialog, and rebuild all programs in order to add debugging symbol info into…

Leon
- 1,489
- 1
- 12
- 31
3
votes
0 answers
NMake under KDevelop (Win7) : error LNK1104: cannot open file 'kernel32.lib'
I have an existing project that I didn't know how to create a vs solution from it. So I decided to use KDevelop which can parse the directory and use the CMakeLists.txt.
The thing is that cmake can't find some lib files for the linking. The…

Petross404
- 177
- 1
- 12
3
votes
1 answer
kdevelop Unit-Tests with gtest
I have a gtest cmake project that can be compiled and debugged with kdevelop. Since version 4.5 kdevelop can handle unit tests. I do not find a way to integrate the tests to kdevelop "Unit-Tests". Does anybody know how to do it?

Tobias Wollgam
- 761
- 2
- 8
- 25
3
votes
1 answer
KDevelop 5.2.1 - Hello World Launch Configurations
I´m using KDevelop 5.2.1 on Ubuntu 16.04. I created a new C++ project, default with the Hello World example. For execution I need to start the launch configurations, but I don´t know, which launch configuration to choose.
I tried the Compiled…

Snowman
- 169
- 4
- 17
3
votes
1 answer
Project files in KDevelop
I am trying to use KDevelop to write a cmake based simple application. KDevelop created two myProject.kdev4 project files: one in the project folder and one in .kdev4 hidden subfolder. Both are non-empty. Which ones should I check in? How can I…

Grzenio
- 35,875
- 47
- 158
- 240
3
votes
1 answer
Xbox 360 for linux programming
somehow I got an xbox 360 4gb as a gift. I am not interested in videogames, I just wonder whether some linux version could be installed on it, and then use it at home for programming, using the same tools I use at work (kdevelop, kile, gcc, etc).
I…

Open the way
- 26,225
- 51
- 142
- 196
3
votes
1 answer
How to use the documentation of C++ code inside an IDE on linux?
Up to now i tried Eclipse, KDevelop and Code::Blocks.
Code::Blocks (12.11) seems not to be able to display documentation at all.
Eclipse (4.3.2) is able to display the documentation of at least the standard libraries during code completion and on…

schwer
- 279
- 1
- 2
- 10
3
votes
1 answer
Kdevelop with Python / C++ : no output in debug mode
I'm new to Kdevelop, and I'm bumping into a problem when running in debug mode :
I have the simplest possible code , that just prints :
print "Hello World! \n"
print "How are you doing World ?\n"
print "Bye World! \n"
When using Execute ,…

MichaelCMS
- 4,703
- 2
- 23
- 29
3
votes
1 answer
How to setup llvm in kdevelop?
Is there any way to set up kdevelop to debug with the lldb?
Can I set up in such a way, that I have all the nice features like auto-completion and debugging with breakpoints and step by step Debugging?

Rico-E
- 1,806
- 2
- 28
- 47
3
votes
1 answer
Converting a non-GUI Makefile (make) project to KDevelop
I have a rather simple C project I compile with make that I would like to run and debug in KDevelop, but I can't get this to work. I have installed cmake and tried both to import an existing project and start a new (which insists on creating a…

Makis
- 12,468
- 10
- 62
- 71