|
|
| 22:12 | 579362 | 8 | dfaure | Don't link to XRES_LIBRARY if it's not set
| |
|
|
| 16:28 | 577821 | 5611 | goutte | Fix linking
(Please check!)
(This is the same problem as revision 515115 of Makefile.am)
| |
|
|
| 13:08 | 564549 | 0 | mlaurent | Replace all bin by ${BIN_INSTALL_DIR}
| |
|
|
| 18:04 | 550774 | 5514 | johnflux | Readd kdefakes. Apparently it's useful ;)
| |
|
|
| 19:40 | 549213 | 0 | johnflux | Fix cmake to not link ksysguardd against the whole of qt. Brings first load time from 3 seconds to 0.3 seconds for me
| |
|
|
| 14:59 | 543614 | 0 | dfaure | And now it compiles and links when xres and lmsensors are not available.
| |
| 00:55 | 543424 | 0 | martyn | Get ksysguardd to compile again | |
|
|
| 18:12 | 540215 | 0 | neundorf | kde4_header and kde4_footer() are gone now | |
| 00:08 | 539914 | 0 | neundorf | -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
| |
|
|
| 17:53 | 538074 | 0 | woebbe | install executables with the install command instead of install_files/targets.
when you install scripts with install(PROGRAMS ...) they're installed executable. | |
|
|
| 13:52 | 522728 | 0 | neundorf | -use KDE4_INCLUDES instead of KDE4_INCLUDE_DIR and QT_INCLUDES
Alex
| |
|
|
| 18:24 | 521887 | 0 | dfaure | Use 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.
| |
|
|
| 15:06 | 521451 | 0 | mlaurent | Fix typo
| |
|
|
| 13:08 | 516530 | 0 | mlaurent | Fix some error
| |
|
|
| 07:01 | 514380 | 0 | mlaurent | Add 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
| |