kdevelop
KDevelop debugging warning: Failed to set controlling terminal: Operation not permitted
A while ago开发者_运维问答 I changed my personal operating system to linux and my development enviroment to KDevelop.[详细]
2023-04-04 10:29 分类:问答Is there a kdevelop version that i can install on windows?
is there any other than using Cygwin? t开发者_运维知识库hanks!I\'ve installed kdevelop on win7, using emerge:http://techbase.kde.org/Getting_Started/Build/Windows/emerge.[详细]
2023-03-29 01:35 分类:问答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 mess. Do you know if there is some option, addon for kdevelop that would au[详细]
2023-03-03 10:05 分类:问答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.[详细]
2023-02-22 06:53 分类:问答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:[详细]
2023-02-18 06:17 分类:问答Can text editors like gedit access/edit remote files via fish?
Currently开发者_如何学JAVA 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[详细]
2023-02-15 19:36 分类:问答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[详细]
2023-02-14 05:15 分类:问答Qt Interface: undefined interface error
I\'m trying to write a plugin for KDevelop and I\'m having an开发者_C百科 interface problem. Whenever I include QInterfaces(KDevelop::\"Interface\" I get an undefined interface error when doing the MO[详细]
2023-02-13 00:38 分类:问答How to create a C project?
I\'m using Kdevelop to c开发者_如何学编程reate C++ projects.Now I need to create a C project.[详细]
2023-02-11 08:59 分类:问答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 or开发者_运维[详细]
2023-02-09 02:45 分类:问答