Questions tagged [kdevelop4]
29 questions
13
votes
3 answers
Is there a kdevelop version that i can install on windows?
is there any other than using Cygwin? thanks!

craftace
- 217
- 1
- 6
- 10
10
votes
3 answers
KDevelop 4.2.2 syntax highlighting questions
For my C++ development I am running KDevelop on Ubuntu Natty, I have two questions:
1) It highlights all my variables in random rainbow colors - how can I change that? I want all my variables in light blue.
2) The functions color is always purple,…

vincegata
- 121
- 1
- 5
9
votes
1 answer
KDevelop with CMake project - how to manage debug and release builds?
Does KDevelop support switching between debug and release builds for CMake projects?

Grzenio
- 35,875
- 47
- 158
- 240
2
votes
2 answers
Move source files in KDevelop4
This may sounds a little trivial but I really dont get it.
The ProjectView (Left side of the screen) displays all files of your project. You are able to create and delete files but you can't move files to different folders (I'm familar with…

Mythli
- 5,995
- 2
- 24
- 31
2
votes
1 answer
Opengl Superbible Configuring an IDE
Someone knows how to configure Kdevelop and cmakelist.txt to work with GLTools/GLU/ and other opengl libraries?
Opengl superbible brings a tutorial to configure VS and a MAC IDE, but, i can't find any tutorial to configure Kdevelop to work fine with…

fpointbin
- 1,633
- 3
- 16
- 20
2
votes
1 answer
KDevelop not executing Hello World program
I am using KDevelop 4.6.0 on Ubuntu 14.04.
At one point I saw the output of my hello world program, but now I can build it, but not execute it. That is, if I press the Execute button I am presented with a Launch Configurations dialog which gives me…

Scooter
- 6,802
- 8
- 41
- 64
2
votes
1 answer
How to build a project using Crypto++ library in kdevelop
I wrote a small program that uses the crypto++library using kdevelop in Ubuntu. I get the output correctly when I compile it from the terminal using -lcryptopp. I would like to build and execute the program using the cmake from kdevelop itself. How…

Jackzz
- 1,417
- 4
- 24
- 53
2
votes
0 answers
Replacing arduino's default IDE with KDevelop
I find KDevelop a very good IDE overall and I already have a good experience using it for cross-compiling and debugging software for ARM9 CPUs running embedded Linux. Now that I got some Arduino boards for smaller projects, I found them a very nice…

Claudio
- 2,191
- 24
- 49
1
vote
1 answer
KDevelop4 : Setting up a project using cmake
I am using Kdevelop4, and would like to use a default CMake c++ project.
My plan is to partition my application into programs, several shared libraries, and I would like to have a separate project building unit tests (I am planing to use google…

BЈовић
- 62,405
- 41
- 173
- 273
1
vote
0 answers
Configuring Lauch configuration using anaconda and KDevelop
How do i configure Kdevelop enviroment on windows to point to my anaconda python installation. I have already set the path on windows. The configure enviroment variable does not have the option to put the path rather it gives the option to enter…

Cavein Muthama
- 27
- 1
- 8
1
vote
0 answers
kdevelop project and source folder
Is there a way to change the project files of a Kdevelop to another folder (outside the source files)?
Like in Netbeans for example :
project folder : /home/xxx/KdevelopProjects/MyProject
source folder : /home/xxx/workspace/MyProject
Thanks in…

Chuck Norris
- 1,125
- 1
- 12
- 28
1
vote
2 answers
KDevelop4: Error while loading shared libraries
I am trying to use the Intel MKL libraries for the first time. I am using CMake to build a simple project in which MKL is used. I work in the KDevelop 4.6 environment.
The project is built and installed without errors. Linking the libraries is thus…

user2416984
- 941
- 1
- 11
- 18
1
vote
0 answers
Send command line argument in Kdevelop using prompt
On a terminal I am able to pass command line arguments as follows
client -h hostname -p 3344
But I want to do this in KDevelop. I know how to set command line arguments using the Lauch Configuration and adding -h hostname -p 3344 to argument…

rdp
- 2,072
- 4
- 31
- 55
0
votes
1 answer
Plugin Development for Kdevelop
I really love programming in kdevelop4, however it`s quite lacking in language support and other issues, so i would like to developing extension for it.
however .... i thought i would start with an easy plugin but it seems there is no actual…

Etherpulse
- 166
- 1
- 4
0
votes
1 answer
install kdevelop 4.7 plugin kdev-control-flow-graph
os: centos 7; kdevelop 4.7.1;
I downloaded the source from https://github.com/KDE/kdev-control-flow-graph. It is a code visualization plugin for kdevelop 4: https://liveblue.wordpress.com/2009/06/17/visualize-your-code-in-kdevelop/.
After I built it…

frankli22586
- 710
- 6
- 19