File: /workspace/ksysguard/ksysguardd/CMakeLists.txt
15 commits found

TimeRevisionRepliesAuthorMessageThursday, 31. August 2006
22:125793628dfaureDon't link to XRES_LIBRARY if it's not set


TimeRevisionRepliesAuthorMessageSunday, 27. August 2006
16:285778215611goutteFix linking (Please check!) (This is the same problem as revision 515115 of Makefile.am)


TimeRevisionRepliesAuthorMessageThursday, 20. July 2006
13:085645490mlaurentReplace all bin by ${BIN_INSTALL_DIR}


TimeRevisionRepliesAuthorMessageMonday, 12. June 2006
18:045507745514johnfluxReadd kdefakes. Apparently it's useful ;)


TimeRevisionRepliesAuthorMessageWednesday, 07. June 2006
19:405492130johnfluxFix cmake to not link ksysguardd against the whole of qt. Brings first load time from 3 seconds to 0.3 seconds for me


TimeRevisionRepliesAuthorMessageMonday, 22. May 2006
14:595436140dfaureAnd now it compiles and links when xres and lmsensors are not available.
00:555434240martynGet ksysguardd to compile again


TimeRevisionRepliesAuthorMessageFriday, 12. May 2006
18:125402150neundorfkde4_header and kde4_footer() are gone now
00:085399140neundorf-add FONTCONFIG_INCLUDE_DIR where required -cleanup the toplevel CMakeLists.txt a bit -remove include_directories( CMAKE_CURRENT_SOURCE_DIR CMAKE_CURRENT_BINARY_DIR) in the subdirs, since this is done now automatically by cmake (the CMAKE_INCLUDE_CURRENT_DIR option -include_directories(KDE4_INCLUDES) in the toplevel CMakeLists.txt, so it doesn't have to be done in every subdir Alex


TimeRevisionRepliesAuthorMessageSaturday, 06. May 2006
17:535380740woebbeinstall executables with the install command instead of install_files/targets. when you install scripts with install(PROGRAMS ...) they're installed executable.


TimeRevisionRepliesAuthorMessageSunday, 26. March 2006
13:525227280neundorf-use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES Alex


TimeRevisionRepliesAuthorMessageThursday, 23. March 2006
18:245218870dfaureUse set(CMAKE_INCLUDE_CURRENT_DIR ON) in the toplevel CMakeLists.txt, and we don't need to include ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} in each and every file anymore [only when subdirs might depend on that]. Also ran a script which makes sure that ${KDE4_INCLUDE_DIR} and ${QT_INCLUDES} are added -last-, so that installed headers are not preferred over (possibly more uptodate) local headers.


TimeRevisionRepliesAuthorMessageWednesday, 22. March 2006
15:065214510mlaurentFix typo


TimeRevisionRepliesAuthorMessageTuesday, 07. March 2006
13:085165300mlaurentFix some error


TimeRevisionRepliesAuthorMessageTuesday, 28. February 2006
07:015143800mlaurentAdd module to compile kdebase with kdelibs-cmake. BE CARREFULL: Don't try to compile it for the moment (in progress) Don't use kdelibs trunk for compile it (there is not again test to disable compile when we compile with kdelibs trunk) For the moment there was a lot of missing test etc. I commit it just to allow to lose my changes if there is a pb on my HD. I will sync cmake from kdelibs trunk to kdelibs-snapshot. I hope to fix compile today or tomorrow. CCMAIL: neundorf@kde.org For the futur we must sync kdelibs/cmake/* to kdelibs-snapshot to compile all the time with kdelibs-snapshot