aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Macros.cmake
AgeCommit message (Collapse)Author
2006-02-07two new macros: macro_append_directory_properties() and ↵Alexander Neundorf
macro_append_source_files_properties() don't use CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH in FindKDE4.cmake clean more files Alex svn path=/trunk/KDE/kdelibs/; revision=506927
2006-02-07Now we specify lib dirLaurent Montel
now we can specify /usr/lib directory and not jsut usr/lib/kde4 for la lib (necessary for .la installed into /usr/lib) svn path=/trunk/KDE/kdelibs/; revision=506650
2006-02-07Now we can install .la lib into good directoryLaurent Montel
before it installed la lib just in /usr/lib/kde4 svn path=/trunk/KDE/kdelibs/; revision=506638
2006-02-05-fix the generation of the la-files for out-of-source buildsAlexander Neundorf
-fix the klockfile test Alex svn path=/trunk/KDE/kdelibs/; revision=506092
2006-02-04-renamed optional_find_package() to macro_optional_find_package(), to make ↵Alexander Neundorf
it clear it is a macro and not a builtin command -kjsembed compiles -CheckCXXSourceCompiles now support multiple include paths -compile fix in kjsembed/value_binding.cpp: prefer the local global.h, otherwise it might end up with the global.h from kio/kio/, depending on the order of include directories -use the new "-o" switch for dcopidl -add a (temporary) workaround for David's uic problem Alex svn path=/trunk/KDE/kdelibs/; revision=505580 The following changes were in SVN, but were removed from git: M pics/CMakeLists.txt
2006-02-04Now icons installed correctly Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505535
2006-02-04Fix install icon in good directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505485 The following changes were in SVN, but were removed from git: M pics/crystalsvg/CMakeLists.txt M pics/hicolor/CMakeLists.txt
2006-02-03more fixes for windows... Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=505471
2006-02-03for now the kdeinit stuff is also required on windows, make compiling easier ↵Alexander Neundorf
for now fix typo in mingw section Alex svn path=/trunk/KDE/kdelibs/; revision=505460
2006-02-03-major overhaul of the windows stuff: kdelibs/win/ is now built as a regular ↵Alexander Neundorf
part of the build process -an improved version of CheckIncludeFiles.cmake has been added, which takes additional include directories as argument -the check for the KDE4_LIB_DIR was wrong, it returned libkxmlcore.so instead of the directory -fix the header install commands for the win/include/ stuff Alex svn path=/trunk/KDE/kdelibs/; revision=505455
2006-02-03Install scalable iconsLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505212
2006-02-02-use the expected -DMAKE_<libname>_LIB when compiling libraries under windowsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504990
2006-02-02correct path also in the la fileAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504940
2006-02-02install the fake libtool la files also to KDE4_LIB_INSTALL_DIRAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504937
2006-02-02Allow to compile java directoryLaurent Montel
(install doesn't work for the moment ) svn path=/trunk/KDE/kdelibs/; revision=504910
2006-01-25-all install rules work nowAlexander Neundorf
-DartConfig.cmake contributed by Bill Hoffman Alex svn path=/trunk/KDE/kdelibs/; revision=502405
2006-01-25add the stuff moved from kdesdk, maybe...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=502383
2006-01-23make it dcop skel/stub rules work in directories where stubs/skels areAlexander Neundorf
generated multiple times for the same headers Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501726
2006-01-22it seems strtoll doesn't work opn FreeBSD with -ansiAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501434
2006-01-22-kde4 stuff moved to modules/ dirAlexander Neundorf
Alex svn path=/trunk/KDE/kdesdk/cmake/; revision=501378