Tagged Questions
Kdevelop is a IDE for C++ and Qt supporting cmake, qmake and custom makefiles.
6
votes
1answer
3k views
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 project:
project(uart)
find_package(KDE4 REQUIRED)
include (KDE4Defaults)
...
6
votes
8answers
3k views
Best crossplatform C++/QT4 development environment
I would like to develop cross-platform applications using C++ and QT4.
I code on both Linux and Windows (MinGW).
Currently I'm using KDevelop and it's QMake integration. On Windows I'm trying out
...
3
votes
3answers
5k views
libtool version mismatch error
when building my application with kdevelop 3.5 on Ubuntu 10.04, I get the following errors:
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this ...
3
votes
2answers
1k views
Kdevelop as a Rails IDE
I would like to use Kdevelep as a Ruby on Rails IDE as I'm using Linux. How do I set up Kdevelop to enable this?
2
votes
4answers
421 views
Include another CMake Project as Library
I have decided to make a C++-Qt-GUI for a C program (both languages I don’t know), using KDevelop, which in turn uses CMake.
The C source has no header, so I made one, and migrated some structs into ...
2
votes
1answer
216 views
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 ...
2
votes
3answers
5k views
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 ...
1
vote
1answer
330 views
KDevelop debugging problems
A while ago I changed my personal operating system to linux and my development enviroment to KDevelop.
However debugging c++ projects is still not working as it should.
My KDevelop version is 4.2.2 ...
1
vote
6answers
464 views
Any way to auto-indent a c/c++ code with Kdevelop or other software?
I've a source code that's not mine, there are not comment and it's completely not indented.. it's really a mess.
Do you know if there is some tool, option, addon for kdevelop or if not also another ...
1
vote
1answer
241 views
Can text editors like gedit access/edit remote files via fish?
Currently I'm using KDevelop for development in a remote server (far far away) via the Fish protocol (Files transferred over Shell protocol). However KDevelop is quite foreign for me (plus I'm not ...
1
vote
2answers
947 views
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 is on, all the generated files (*.moc, Makefile, *.o) will be generated in a given source directory, so ...
1
vote
0answers
149 views
KDevelop and linking a plugin to an outside library
I look at the examples in the kdevelop plugins folder but I did not find an example of linking a plugin to an outside library. When I do this I get these errors:
kdevelop(7910)/kdecore (KLibrary) ...
1
vote
1answer
358 views
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 ...
1
vote
1answer
203 views
KDevelop has no build menu
I have just installed KDevelop on my Ubuntu machine (KDevelop 3.9.95 on Ubuntu 9.10) with
sudo apt-get install kdevelop
I created a new project with the "Hello World" program in it, but there ...
1
vote
5answers
292 views
C++ class is not being included properly
I have a problem which is either something I have completely failed to understand, or very strange. It's probably the first one, but I have spent the whole afternoon googling with no success, so here ...
1
vote
4answers
3k views
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 duplicated:
http://stackoverflow.com/questions/24109/c-ide-for-linux
...
1
vote
2answers
1k views
How does one add a custom build step to an automake-based project in KDevelop?
I recently started work on a personal coding project using C++ and KDevelop. Although I started out by just hacking around, I figure it'll be better in the long run if I set up a proper unit test ...
0
votes
1answer
30 views
kdevelop - two windows
Is It possible to have got two windows in the Kdevelop? I have got two LCDs.
I wish i could have a debug information on the first and the code on the second one.
It will be really helpful for me.
...
0
votes
1answer
13 views
Kdevelop doesn't show the editor window
I'm trying to open a project file in the main editor of kdevelop, but it is not able to show it. I have tried also with a new file, but still the same. It seems that there is a window separator in the ...
0
votes
1answer
31 views
Link a shared library with kdevelop and CMake
Hello I have seen two post on this subject but I am still don't succeed in running my sample
(I am new with kdevelop and cmake so apologize for this pretty naive question)
I create in kdevelop a proj3 ...
0
votes
0answers
78 views
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. ...
0
votes
5answers
136 views
Which Linux distribution for VMWare Workstation Guest?
I've been fighting a whole day with UNIX utilities - so sorry if I appear confused! I'm describing my painful and (so far) fruitless process a little because maybe someone may correct me, or maybe ...
0
votes
1answer
88 views
How to develop shared library in KDevelop?
I want to develop shared library in KDevelop. But i don't see any template for library.
I guess i have to create project from c++ template and edit CMake files in both projects. Unfortunately i have ...
0
votes
1answer
70 views
How do I build and install a plugin for KDevelop?
In particular, I am trying to install kdev-control-flow-graph
I have managed to clone the source from git, cmake the source to build a kdevcontrolflowgraphview.so installed to /usr/local/lib, but ...
0
votes
1answer
47 views
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 ...
0
votes
1answer
96 views
Accessing svn repository from KDevelop
I have successfully installed Subversion and set up repository for my project. Then added project to repository, checked it out and opened it in KDevelop.
I can see Subversion menu items but every ...
0
votes
2answers
228 views
Is there a kdevelop version that i can install on windows?
is there any other than using Cygwin? thanks!
0
votes
0answers
82 views
Kdevelop 4 - Missing “green plus” to add launch Configurations
Every tutorial I find online, which describes setting up the debugger in kdevelop indicates that you should first Go to RUN -> Configure Launches -> Select project name -> Press green plus (to add a ...
0
votes
1answer
133 views
How do I use glib in kdevelop?
I'm using Kdevelop 4.0 to make a new app, and now I'm trying to include the glib but I cannot do it.
I have installed via apt-get install in Ubuntu 10.04 and it's installed in /usr/include/glib-2.0, ...
0
votes
1answer
204 views
Using user-defined ADD_EXECUTABLE in CMake with KDevelop 4
We have defined our own ADD_EXECUTABLE macro (TDS_ADD_EXECUTABLE) for our cmake files which handles some nice internal functionality for us.
The problem is, when I load up our project in KDevelop 4 ...
0
votes
1answer
51 views
Plugin development for KDE file manager
I want to introduce a new field when right clicking on a file in Red Hat file browser. Assuming what I have read, the default file browser is Dolphin. But I am not sure how to go about developing a ...
0
votes
0answers
412 views
Qt Interface: undefined interface error
I'm trying to write a plugin for KDevelop and I'm having an interface problem. Whenever I include QInterfaces(KDevelop::"Interface" I get an undefined interface error when doing the MOC step. Any ...
0
votes
3answers
2k views
Kdevelop-How to create a C project?
im using Kdevelop to create C++ projects... But Im needing create C projects, now...
In 3.xx versions, i had got the option to create that projects, but now Im using Kdevelop 4.2, and i only can see ...
0
votes
0answers
122 views
KDevelop Plugin development Qt Problems
I have this plugin written for KDevelop that calls an external library that has some Qt Dialogs. The problem is I need to pass the QWidgets parent. I tried passing a pointer to the mainwindow of ...
0
votes
0answers
37 views
Is there any special steps to take to load an external library into my .so for Kdevelop plugin
I'm new at this and would like as much detail as possible about loading an external library within my .so in order to use it with kdevelop on Linux.
I have one library that calls out to an external ...
0
votes
1answer
124 views
Trying to add to a toolbar and menubar in KDevelop 4
How do I add to a toolbar or menubar for a KDevelop 4 plugin. I know I need to use a .rc file but I'm not sure the exact syntax of that xml file and also what I need to put in my code in order for ...
0
votes
1answer
111 views
KDevelop building plugin problems with undefined reference
I'm getting undefined reference to KDevelop::IPlugins. I know this means i'm missing the libary but I'm not sure which library this is. Where would I find this .so that I am missing?
0
votes
1answer
192 views
Qt and Kde4 running make after running CMake
I'm trying to build my own plugin for use with KDevelop. I can CMake and build a Makefile but when I run make I get a lot of errors relating to it not finding anything from Qt such as "QString does ...
0
votes
1answer
761 views
kdevelop4 and C++ requires cmake
I want to use kdevelop4 for c++ programming but when I try to run the application kdevelop4 wants cmake binary file! How can I solve this problem?
0
votes
1answer
940 views
kdevelop no valid executable specified
I've just installed kdevelop 4.1 , then created a normal hello world , build is ok but when i press execute it gives me (no valid executable specified) any idea ?
0
votes
1answer
249 views
Is it possible to use KDevelop to debug ruby applications?
I has read that KDevelop has integrated Ruby support and was interested to test it. But unfortunately, it wasn't easy. First, i was not able to install KDevelop both in Ubuntu and Kubuntu - it's not ...
0
votes
0answers
209 views
kdevelop keeps “forgetting” launch configuration
I'm running kdevelop 4 under ubuntu 10.4. Everything runs fine, except that when I add a launch configuration, the configuration is gone after I've run my project once. The same goes for configuring ...
0
votes
2answers
2k views
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 ...
0
votes
1answer
280 views
kdevelop: editing CMakeLists.txt
I am having troubles trying to make my project work with kdevelop.
In the CMakeLists.txt I have included the paths to the libraries that I use:
cmake_minimum_required(VERSION 2.4.6)
...
0
votes
1answer
679 views
kdevelop 3.5: configure: error: C++ compiler cannot create executables
I try to compile an application with kdevelop 3.5.4 on Ubuntu 10.04, but it fails with the following errors:
checking whether make sets $(MAKE)... yes
checking for g++... g++
checking whether the C++ ...
0
votes
2answers
207 views
0
votes
1answer
71 views
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 ...
0
votes
1answer
871 views
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 ...
0
votes
1answer
670 views
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 ...
0
votes
1answer
886 views
Floating/Embedded QDockWidget in a QWidget (KXmlGuiWindow's CentralWidget designed in QT Designer)
I'm just trying to get into QT (and KDE) program, and have hit a snag trying to add a floatable, draggable QDockWidget to the .ui file (based as a QWidget) that is embedded into my KDE 4 program.
...