aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2008-10-02Cache the bool too, since the libs+includes are cached, and when cmake ↵David Faure
auto-reconfigures without PKG_CONFING_PATH set, it won't be able to re-check the value of the bool. svn path=/trunk/KDE/kdelibs/; revision=867083
2008-10-01Use pkgconfig _first_, and use the result of that (if any), when looking for ↵David Faure
strigi paths. This makes things compile again for people with both a system strigi (pre-0.6.0) in /usr and a trunk strigi elsewhere. Many thanks to Akarsh Simha for doing all the testing. svn path=/trunk/KDE/kdelibs/; revision=866641
2008-09-21Not pedantic by defaultLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=863128
2008-09-21Add cmake macro for kformula libLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=863122
2008-09-19move STRIGI_NEEDS_SIGNED_CHAR for win32 to FindStrigi.cmake to make sure ↵Christian Ehrlicher
it's correct in all kde modules Maybe we should parse strigi-config.h to determine strigi version instead using pkgconfig? svn path=/trunk/KDE/kdelibs/; revision=862761
2008-09-15Fix min required version now that >= 0.5.9 should work again (like in 4.1 ↵David Faure
branch); output actual found version in stderr message. svn path=/trunk/KDE/kdelibs/; revision=861152
2008-09-13Make the stuff compile with strigi <= 0.6.0 too, since we can.David Faure
svn path=/trunk/KDE/kdelibs/; revision=860427
2008-09-13When strigi is >= 0.6.0, use signed char instead of char.David Faure
Strong suggestion for the future: KEEPING SOURCE COMPATIBILITY! svn path=/branches/KDE/4.1/kdelibs/; revision=860423
2008-09-12Add macro for KDE4_AKONADI_KABC_LIBSTobias Koenig
svn path=/trunk/KDE/kdelibs/; revision=860314
2008-09-11Also search for "1.36"Andreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=860070
2008-09-08-prepare for supporting cmake >= 2.6.2 and TARGET_LINK_LIBRARIES(target ↵Alexander Neundorf
LINK_INTERFACE_LIBRARIES foo bar) Alex svn path=/trunk/KDE/kdelibs/; revision=858896
2008-09-07-remove debug output and improve messageAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=858380
2008-09-07-save some regex matching and make the code easier readable: since cmake 2.6 ↵Alexander Neundorf
regex matches are stored in the variables CMAKE_MATCH_<number>, so we have to match the regex only once instead of multiple times and can then just use the stored matches Alex svn path=/trunk/KDE/kdelibs/; revision=858379
2008-09-07-fix handling of "REQUIRED" when used in kdelibsAlexander Neundorf
(otherwise if automoc was too old you got "unknown cmake command kde4_add_executable()", where the cause is not too obvious) Alex svn path=/trunk/KDE/kdelibs/; revision=858363
2008-09-03-modify the documentation, so let's see if this shows up tomorrow on api.kde.orgAlexander Neundorf
Alex CCMAIL: winter@kde.org svn path=/trunk/KDE/kdelibs/; revision=856856
2008-09-01also update the error message with the new required automoc versionMarijn Kruisselbrink
CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=855909
2008-09-01bump automoc4 version requirement to match reality - can'tDirk Mueller
build trunk anymore with that old version svn path=/trunk/KDE/kdelibs/; revision=855822
2008-09-01Show the actual compiler error when compilation of a simple qt test program ↵David Faure
fails. (In my case it was the removal of a symlink to the qt-copy dir.) svn path=/trunk/KDE/kdelibs/; revision=855787
2008-08-29Fix Strigi detection to use a version from the 0.5 branch and to not use a ↵Jos van den Oever
newer version. svn path=/branches/KDE/4.1/kdelibs/; revision=854554
2008-08-29CMAKE_INCLUDE_PATH is always empty here for some reason,Dirk Mueller
so I need the explicit path listed svn path=/trunk/KDE/kdelibs/; revision=854321
2008-08-29not supposed to be committedDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=854303
2008-08-29merge 850650 hereDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=854302
2008-08-26Allow a classname to be specified for QT_ADD_DBUS_INTERFACE, and document ↵Alex Merry
the possibility for setting a header to include. svn path=/trunk/KDE/kdelibs/; revision=852986
2008-08-24patch from Alex:Dirk Mueller
- reduce link dependencies even further Further comment fixes. svn path=/trunk/KDE/kdelibs/; revision=851860
2008-08-22Give an accurate hint - if Strigi can't be found, CMAKE_PREFIX_PATH, not ↵Alex Merry
CMAKE_FIND_PREFIX_PATH, should be set for CMake 2.6 svn path=/trunk/KDE/kdelibs/; revision=850927
2008-08-21Re-Add FindXine.cmake, removing it is a source-incompatible change and breaksAndreas Pakulat
kdemultimedia compilation. svn path=/trunk/KDE/kdelibs/; revision=850292
2008-08-20-disable setting the LINK_INTERFACE_LIBRARIES temporarily for cmake cvs HEAD ↵Alexander Neundorf
and the soon to be released 2.6.2, since what is silently ignored and fails at link time now (or is hacked working as jaroslaw did) will fail the at cmake time, which is better, but will break e.g. Jaroslaws workarounds This will be fixed correctly when I'm back from vacation in two weeks. Alex svn path=/trunk/KDE/kdelibs/; revision=850198
2008-08-20Require at least Strigi 0.6.0 (SVN trunk) because a BC change was needed in ↵Jos van den Oever
libstreamanalyzer to support ARM architecture. svn path=/trunk/KDE/kdelibs/; revision=850153
2008-08-19Xine move to phononHelio Castro
svn path=/trunk/KDE/kdelibs/; revision=849666
2008-08-19SVN_SILENT backport minor fixBenoît Jacob
svn path=/branches/KDE/4.1/kdelibs/; revision=849396
2008-08-19SVN_SILENT backport minor fixBenoît Jacob
svn path=/trunk/KDE/kdelibs/; revision=849395
2008-08-18backport FindEigen2.cmake. Since some apps like KOffice depend currently on Benoît Jacob
4.1 libs, i've been told this was useful to backport. svn path=/branches/KDE/4.1/kdelibs/; revision=848852
2008-08-17Fix close "if"Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=848174
2008-08-17Document the KDE_MIN_VERSION variable and that its deprecated.Andreas Pakulat
svn path=/trunk/KDE/kdelibs/; revision=848173
2008-08-17Add documentation for KDE_MIN_VERSION variableAndreas Pakulat
svn path=/branches/KDE/4.1/kdelibs/; revision=848170
2008-08-16FindQt4.cmake: fail if Qt3 has already been foundAlexander Neundorf
FATAL_ERROR also if called QUIETLY FindKDE4Internal.cmake: only abort with FATAL_ERROR if we are REQUIRED, otherwise just RETURN() and don't set KDE4_FOUND Alex svn path=/trunk/KDE/kdelibs/; revision=848106
2008-08-16don't override BUILD_<dir> with the DISABLE_ALL master switchAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=848008
2008-08-16*make Eigen2 install to prefix/include/eigen2/EigenBenoît Jacob
*Add FindEigen2.cmake module in kdelibs svn path=/trunk/KDE/kdelibs/; revision=847916
2008-08-16fix typoAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=847820
2008-08-16- FindLibXslt.cmake: proper naming for the variable for the executableAlexander Neundorf
- FindTIFF.cmake: minor cosmetics (sync with cmake) *PkgConfig: not required anymore now that we require cmake 2.6.0 Alex svn path=/trunk/KDE/kdelibs/; revision=847813
2008-08-16partly sync with cmake: /usr/pkg is searched anyway, initialize the ↵Alexander Neundorf
_LIBRARIES and INCLUDE_DIR variables Alex svn path=/trunk/KDE/kdelibs/; revision=847811
2008-08-15Allow to use a minimum version with cmake's find_package() call, likeAndreas Pakulat
find_package(KDE4 4.2.0 REQUIRED). Include some documentation for it. svn path=/trunk/KDE/kdelibs/; revision=847677
2008-08-14-add some documentationAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=847189
2008-08-14fix comment in the generated file, it was not correct anymore, the option ↵Alexander Neundorf
was removed two weeks ago or so Alex svn path=/trunk/KDE/kdelibs/; revision=847138
2008-08-14add a switch to disable all optional dirs initially, e.g. for building only ↵Alexander Neundorf
one of all the subdirs (requested by Saro) Alex CCMAIL: ps_ml@gmx.de svn path=/trunk/KDE/kdelibs/; revision=847137
2008-08-13Similar patch as in branch: more informative output when automoc4 isn't found.David Faure
svn path=/trunk/KDE/kdelibs/; revision=846504
2008-08-12-add Carbon to the "link interface" of kdecore on Mac, this fixes linking ↵Alexander Neundorf
libkopete (and shouldn't hurt, if it does, please let me know) -handle standard argument handling to FindCarbon.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=845637
2008-08-11potential_problems was just a remnant of early cmake portingAlexander Neundorf
FindPackageHandleStandardArgs.cmake now comes with cmake, so we don't need our pwn copy here anymore Alex svn path=/trunk/KDE/kdelibs/; revision=845538
2008-08-11mostly revert patch from yesterday, since it doesn't seem to support 64bit yetAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=845536
2008-08-11more output in the error message when automoc4config.cmake isn't found.David Faure
Too bad this doesn't apply to trunk anymore... svn path=/branches/KDE/4.1/kdelibs/; revision=845330