Questions tagged [kdevelop]

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.

245 questions
1
vote
1 answer

how to configure kdevelop projects toolbar to hide certain files?

I have a project that usues autotools and I also need coverage reports by gcov, which generates files in the same folders where the sources are. My problem is that my "Projects" toolbar shows all .gcno files and all make targets (which would be…
Effie
  • 758
  • 5
  • 15
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
1
vote
1 answer

Something wrong with my gdb or KDevelop IDE?

I have Ubuntu 9.04 and KDevelop IDE. When I am trying to debug C++ console app, it tells me: GDB cannot use the tty* or pty* devices. Check the settings on /dev/tty* and /dev/pty* As root you may need to "chmod ug+rw" tty* and pty* devices and/or…
chester89
  • 8,328
  • 17
  • 68
  • 113
1
vote
1 answer

How do I edit stored license headers in KDevelop?

KDevelop can create new files from templates. When creating a new C++ class it is possible to select a license header that will be added to the newly created file. It also allows to input custom text and then save this for use in future files. I…
Chris
  • 6,914
  • 5
  • 54
  • 80
1
vote
2 answers

Ubuntu 13.04 -> opencv and qt installation

I'm trying to install opencv (2.4.5) with Qt in my fresh Ubuntu 13.04. I've downloaded opencv, executed: ccmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local ../opencv-2.4.5 ../opencv-2.4.5 is the folder of the opencv source and in…
Michele mpp Marostica
  • 2,445
  • 4
  • 29
  • 45
1
vote
1 answer

Enable compiler warnings in Kdevelop

I'm using Kdevelop for a simple C++ project. I know that Kdevelop uses CMake to build the project, but the only thing that I known about CMake is that if I add a new .cpp source file in my project, I have to add it also in CMakeLists.txt. Now I'm…
eang
  • 1,615
  • 7
  • 21
  • 41
1
vote
1 answer

How to use libnet with cmake (and kdevelop)?

I am afraid the question I have might be stupid, but as I am new to kdevelop and cmake it is quite hard for me to understand how they work. The project I tried to set up uses the libnet 1.1 library. My Question is how do I get cmake to compile and…
Zandorath
  • 13
  • 4
1
vote
1 answer

KDevelop settings export possible?

I'm a newbie to KDevelop. Played around with it, now I have a question about project settings. Is it possible to export detailed settings such as launch configurations or additional make options? In the KDevelop 4 project file, say "myproj.kdev4",…
Dean
  • 537
  • 4
  • 8
1
vote
1 answer

No such file or directory, but the files are there

Im trying to compile a gstreamer plugin using Kdevelop in Kubuntu 12.04, but I get the following error: gcc: error: /usr/lib/libgstvideo-0.10.so: No such file or directory gcc: error: /usr/lib/libgstcontroller-0.10.so: No such file or directory gcc:…
dead_jake
  • 523
  • 2
  • 12
  • 30
0
votes
1 answer

How can I get KDevelop to recognize environment variables in Ubuntu?

I'm linking against an external library in a c++ project in KDevelop. In CMakeLists.txt, I have the following: include_directories($ENV{INCLUDE_PATH}) link_directories($ENV{LD_LIBRARY_PATH}) When I press compile in KDevelop, it complains that it…
apdnu
  • 6,717
  • 5
  • 24
  • 24
0
votes
1 answer

C++ function crashes on call ( class constructor )

[ altered ] I had a very strange bug. My debugger used to crash when it calls a function that uses an std::string. I thought this was an error iń my code and at first I didn't realized, that it had to do something with std::strings. Anyway I now…
Gellweiler
  • 751
  • 1
  • 12
  • 25
0
votes
1 answer

KD App does not build, undefined referance to Solid libs

I am trying to build some KDE software I am writing in KDevelop but am getting these errors: CMakeFiles/kquickformat.dir/deviceinfo.o: In function `QList::node_destruct(QList::Node*,…
kemra102
  • 531
  • 1
  • 6
  • 12
0
votes
0 answers

popen() , stdio.h, feature test macros

I am using popen() in a C++ program. I see that they are C functions defined in stdio.h. I am trying to get my IDE (KDevelop 4) to recognize popen(). I looked into the actual source code stdio.c. In here, popen does not appear "wrapped" by any…
cmo
  • 3,762
  • 4
  • 36
  • 64
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
0 answers

how can I configure KDevelop for html and CSS to execute

i am trying to run html and css file using Kdevelop but the application cannot execute my code. and hou can configure my kdevelope apllication to run html and css files. also help me customize my kdevelop to be completely dark theme
justin
  • 1