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
0
votes
1 answer
How to move to the next / previous / right / left file tab on KDevelop with a keyboard shortcut?
Similar to Ctrl + Tab / Ctrl + Shift + Tab on Firefox.
Ctrl + Tab on KDevelop4 moves to the previously active tab much like Alt Tab changes applications on modern desktops.
But I just want to go left / right file tab as shown in the GUI above the…

Ciro Santilli OurBigBook.com
- 347,512
- 102
- 1,199
- 985
0
votes
3 answers
kdevelop 4.0 : No project Templates
I have just installed kdevelop 4.0 on my Ubuntu machine and found that there are very few project templates (all are Qt related). I am not a qt developer and the previous versions of kdevelop had a lot of project templates. I am not sure how to get…

Shiv Deepak
- 3,122
- 5
- 34
- 49
0
votes
1 answer
How do I configure my KDevelop installation to support KDE projects?
I am running Kubuntu 15.10 with KDevelop 4.7.1. I wish to create KDE specific applications such as Plasmoids for Plasma5 desktops. However, there is no option for developing KDE projects in the new projects menu. How do I configure KDevelop for this…

shortstheory
- 470
- 5
- 17
0
votes
2 answers
How can I set KDevelop to compile codes with gcc properly?
I just downloaded KDevelop from Ubuntu Software Center, and have gcc.
I want to see anything happens by pressing F9 but KDevelop says I need to configure a launcher first. And all I know about the setting window is I have to put 'gcc' in somewhere…

Dinir
- 171
- 2
- 10
0
votes
1 answer
KDevelop proxy setting
I'm running KDevelop 4.7.1 on centOs 7. I can't seem to access things like the KDevelop Add-on providers, probably because I am behind a proxy. Is there a way to configure the proxy settings to access the provider?

Nicolas Holthaus
- 7,763
- 4
- 42
- 97
0
votes
1 answer
kdev-python with python 3 support
I just discovered kdevelop and the kdev-python plugin, it is just awesome, to say the least.
However, on my system (Kubuntu 15.04), when I install kdev-python via apt-get it seems that there is no support for python 3 yet, as I can't execute a…
user2158538
0
votes
1 answer
Running daemon as regular application (debugging in KDevelop)
There are tools that enable one to run a console command or a console application as a daemon. To "daemonize" it, so to say.
Is there a way to run a daemon as a regular console application?
I'm coding in KDevelop and don't see any options for daemon…

Alex Herrmann
- 81
- 9
0
votes
1 answer
Stop kdevelop from automatically inserting include files
Kdevelop keeps automatically inserting
#include <../../home/blah/tmp/llvm35/lib/Target/ARM/ARMInstrFormats.td>
and other similar includes at what feels like random times into my code, causing compile errors. I'm guessing this is some autocomplete…

hauptmech
- 353
- 2
- 11
0
votes
1 answer
CMake not wanting to link with libGL.so
I was coding in KDevelop, ant I set up my CMakeLists.txt to include and link against libGL and freeglut.
However, it gave me the following error:
make[2]: *** No rule to make target '/usr/lib/libGL.so', needed by 'opengl'. Stop.
Here is my…

user3166785
- 77
- 1
- 8
0
votes
1 answer
Compile failure for Boost SSL in Ubuntu
I have the same problem as in Compile failure for Boost SSL. However I was not able to resolve it from the answer provided. I have openssl installed in my Ubuntu14 system. The IDE used is kDevelop.
Can anyone please help me.

Jackzz
- 1,417
- 4
- 24
- 53
0
votes
1 answer
Kdevelop launch program after build execution
I'm using KDevelop.
My program creates a picture file.
So i'd like automatically open it after execution. HOw could I do this in the KDevelop??
I looked at this theme Kdevelop execute project with parameters and my run-configuration is shown at the…

Ivan Kush
- 2,958
- 2
- 23
- 39
0
votes
1 answer
How to build a C++ project into the same folder as the source file's in KDevelop
Suppose I'm writing a code to read from a file and printing its content, and I'm modifying its content so often that I need it to be visible from the projects tool view. The problem is that KDevelop forces me to build the code in a separate folder…

Islam Hassan
- 1,736
- 4
- 26
- 42
0
votes
2 answers
Copying a KDevelop project to another directory
What is the best way to copy an existing KDevelop project folder to another directory, so that the new project contains all the correct directory settings and configuration and there is as little manual editing (and thus less room for error) as…

22samurai
- 3
- 4
0
votes
1 answer
Qt/KDE OpenObject Client in Windows CE 5.2
I have no development experience in Qt/KDE and Python, but I know Windows CE development using Visual Studio for mobile platforms. My requirement is to build the open object client https://launchpad.net/openobject-client-kde for Windows CE 5.2…

MobDev
- 1,489
- 1
- 17
- 26
0
votes
1 answer
KDevelop: transform selected text?
I was wondering whether there was a function in KDevelop similar to the one that we used to have in Quanta (miss you, Quanta, btw).
I would like to set a keyboard shortcut, and apply a text transformation upon hitting it. Example:
I select my text…

Palantir
- 23,820
- 10
- 76
- 86