You are not logged in.

Search results

Search results 1-2 of 2.

Monday, August 13th 2007, 10:59pm

Author: valis

[solved] cmake project setup/use issues

I've been wrestling with cmake on and off for about 3 days now trying to setup a kde4 project to use it. I've attempted to emulate the setup of the kde svn projects but I still seem to be having trouble. Here is my setup: /, /src, /build Under / I have a CMakeLists.txt: Source code 1 2 find_package(KDE4 REQUIRED) add_subdirectory(src) Under /src I have a CMakeLists.txt: Source code 1 2 3 4 project(projname) include_directories(${KDE4_INCLUDES}) kde4_add_executable(projname srcs) target_link_libr...

Sunday, February 5th 2006, 3:48am

Author: valis

KDevelop -- Code Completion

project > project options c++ specific code completion (it's a tab tab) I'ts not quite as good as Visual Studio's, but still quite helpful.