aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-09-move find_package(pcre) back to kdelibs/CMakeLists.txt, otherwise ↵Alexander Neundorf
HAVE_PCREPOSIX doesn't get set -use qPrintable() in kded/kbuildsycoca.cpp patches by Brad King: -fix stat.h for mingw -fix typo in FindQt4.cmake -only depend on dcopidl2ccp and kconfig_compiler when compiling kdelibs Alex svn path=/trunk/KDE/kdelibs/; revision=507620
2006-02-08-remove macro_append_directory_properties() and add ↵Alexander Neundorf
macro_additional_clean_files() -remove macro_append_source_files_properties() and add macro_add_file_dependencies() -build kICE as a static library and link to it, instead of including the sources multiple times -remove the -kdemain=main from dcop/, hope this didn't break things on windows some patches from Brad King: -rename the target dcop (the executable) to dcop_executable, otherwise MS Visual Studio complains about multiple targets with the same name , the name of the created executable stays "dcop" -add the dependency of all dcop stubs and skels to dcopidl2cpp, to make sure it is compiled before this rule is executed Alex svn path=/trunk/KDE/kdelibs/; revision=507257
2006-02-08add some libnamesChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=507241
2006-02-08the Qt Assistant library is named QtAssistantClientAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=507220
2006-02-07adding KDEWIN32_INCLUDE_DIR to CMAKE_INCLUDE_PATH is pointless...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=506939
2006-02-07make everything cleanAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=506938
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-07-add -DMAKE_KDEWIN32_LIB to the build in kdelibs/win/Alexander Neundorf
-convert KDECORE_EXPORT in include/mingw to KDEWIN32_EXPORT, is this correct ? -use CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH in FindKDE4.cmake Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=506879
2006-02-07-move the find_package(PCRE) from kdelibs/CMakeLists.txt to ↵Alexander Neundorf
kdelibs/kjs/CMakeLists.txt -add a check for regex.h in kjs/CMakeLists.txt and error out if neither PCRE nor regex.h have been found build kdelibs/win independent from the rest of kdelibs/ this means 1) run cmake on kdelibs/win/ 2) make kdelibs/win 3) install kdelibs/win 4) run cmake in kdelibs/ -> point it to the place where kdewin32 has been installed to 5) make kdelibs/ 6) make install Peter, can you please check that kdelibs/win/ builds and also installs this way ? It might still be possible that somewhere stuff from kdelibs/ is included directly. Also eventually $ENV{MSSDK}/include might have to be added in kdelibs/win/ ConfigureChecksWin.cmake is not used anymore, we can remove it if it works this way. Please check also that kdelibs/ configures correctly again. It is required that the include dir of kdewin32 is set. If all the HAVE_FOO_PROTO checks still fail, please post the error messages from CMakeError.log Alex CCMAIL: kde-buildsystem@kde.org CCMAIL: syntheticpp@gmx.net CCMAIL: bill.hoffman@kitware.com svn path=/trunk/KDE/kdelibs/; revision=506872
2006-02-07undo /lib=/bin for win32, todo copy Dlls to /binPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=506651
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-07Fix bad commitLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=506639
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-06one more fix for uic3 before switching to EXEC_PROCESS, which will require ↵Alexander Neundorf
everybody who uses cmake to update cmake Alex svn path=/trunk/KDE/kdelibs/; revision=506514
2006-02-06unbreak compilation with cmake :-/Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=506418
2006-02-06-if (WIN32): create the libraries in the same directory as the executables, ↵Alexander Neundorf
so the linker will find them automatically Alex svn path=/trunk/KDE/kdelibs/; revision=506382
2006-02-05remove wrong macroPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=506148
2006-02-05give msvc all it needsPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=506141
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-05-correct fix for multiple inc dirs for check_include_filesAlexander Neundorf
-reset local variables to empty Alex svn path=/trunk/KDE/kdelibs/; revision=505915
2006-02-05the former version of CheckPrototypeExists was basically a ↵Alexander Neundorf
CheckFunctionExists, the fix by Peter Kuemmel is also the fix for UNXI Alex svn path=/trunk/KDE/kdelibs/; revision=505907
2006-02-05with msvc all tests fail because of a linker errorPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=505849
2006-02-05remove forgotten linePeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=505832
2006-02-05remove forgotten linePeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=505831
2006-02-05update to cmake 2.3-kde version, remove laterPeter Kümmel
svn path=/trunk/KDE/kdelibs/; revision=505830
2006-02-04more fixes for windows from Peter KuemmelAlexander Neundorf
two functional changes: kdemacros.h: -# elif defined(_MSC_VER) && (_MSC_VER >= 1300) +# elif defined(_MSC_VER) && (_MSC_VER >= 1300) && (_MSC_VER < 1400) dcopidl.bat: since yesterday the unix dcopidl supports the -o <outputfile> parameter to specify the outputfile this change is to make dcopidl.bat compatible with this behaviour, so now both can be called with the same command line: dcopidl --srcdir <somedir> -o ksycoca.kidl ksycoca.h I think it might be a good idea to use the same call scheme also in the other buildsystems Alex CCMAIL: Ch.Ehrlicher@gmx.de CCMAIL: kuemmel@coffeelogic.de CCMAIL: ralf.habacker@freenet.de svn path=/trunk/KDE/kdelibs/; revision=505607
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-03Add specific directory for kconf_updateLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505157
2006-02-03Fix install into servicetypes directoryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=505117
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-02-02Add "KDE4_LIB_INSTALL_DIR" as discussed with alexander toLaurent Montel
fix install lib on x86_64 svn path=/trunk/KDE/kdelibs/; revision=504772
2006-02-01fix kdewin32 detectionAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504706
2006-02-01output Qt versionAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504703
2006-02-01hmm, include/Qt/ seems to be different an every platformAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504701
2006-02-01there's no Qt.framework on OS XAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504699
2006-02-01fix typo, thanks to peterAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=504698
2006-02-01-FindQt4.cmake now checks first for include/QtCore, and only optionally for ↵Alexander Neundorf
include/Qt/ -some tweaks for windows ... quite hard to do if you neither can test it nor know how it should work... Alex svn path=/trunk/KDE/kdelibs/; revision=504695
2006-02-01Fix to use KDE4_* and CACHE STRING to define what isLaurent Montel
the usefull of macro svn path=/trunk/KDE/kdelibs/; revision=504665
2006-02-01Alexander is right, cmake have a png moduleLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504660
2006-02-01Now we can define pos of mandir/infodirLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=504656
2006-02-01Define "KDE4_SYSCONF_DIR" which is '/etc' by defaultLaurent Montel
but now we can redefine it svn path=/trunk/KDE/kdelibs/; revision=504653