Top "Kdevelop" questions

KDevelop is a IDE for C/C++ and Qt supporting cmake, qmake and custom makefiles.

Python.h: No such file or directory

I recently installed KDevelop 4 for C++ development on my Macbook Pro running Ubuntu 12.04 LTS. I want to embed Python application …

c++ python include cmake kdevelop
Using a struct in a header file "unknown type" error

I am using Kdevelop in Kubuntu. I have declared a structure in my datasetup.h file: #ifndef A_H #define …

c struct header-files kdevelop
Cmake target_link_libraries not linking my library

I'll begin stating that I'm almost complete dumb in Cmake matter. I have the following CMakeLists.txt for a Kdevelop 4.1 …

c++ linux linker cmake kdevelop
CMAKE cross compile libraries are not found

I'm having strange problems with my cmake cross-compiler projects. My own libraries are found but not the (system) libraries from …

c cmake cross-compiling kdevelop angstrom-linux
Which way to go in Linux (Qt or KDevelop)

Which one of the IDE is good in terms of support for debugging, implementation and usabality. Qt or KDevelop? Various …

linux qt kdevelop
How to create a C project?

I'm using Kdevelop to create C++ projects. Now I need to create a C project. In 3.xx versions, I had …

c kdevelop
Any way to auto-indent a c/c++ code with Kdevelop?

I've a source code that's not mine, there are not comment and it's completely not indented. Is it a really …

kdevelop
Manually configuring shadow build in qmake

There is a feature I really like in qt creator and it is the Shadow build. When the Shadow Build …

qt-creator qmake kdevelop
How to add -fpermissive option to kdevelop?

How to add -fpermissive option in KDevelop IDE? And -std=c++0x option too

c++ cmake kdevelop