aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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
2008-08-10use the new-style cmake 2.6 find_package() mode which automatically searches ↵Alexander Neundorf
for the installed Automoc4Config.cmake in the appropriate directories. Alex svn path=/trunk/KDE/kdelibs/; revision=844694
2008-08-09disable the reduced link interface for now for windows, since there people ↵Alexander Neundorf
have problems since they are actually using the "debug" and "optimized" keywords for libraries, which leads to problems with cmake 2.6.0 and 2.6.1 when linking (it tries to link against -ldebug or -loptimized) Alex CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=844368
2008-08-08updated docRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=844128
2008-08-08limit KDEWIN_LIBRARIES to the library identified by the recent cmake build ↵Ralf Habacker
type - the new link interface of cmake 2.6.x does not support the optimized/debug library prefixes, using them results for example into kde4-config link error not finding 'optimized' library. svn path=/trunk/KDE/kdelibs/; revision=844126
2008-08-06-initialize LIB_SUFFIX to 64 (or 32) if kdelibs have been installed to lib64 ↵Alexander Neundorf
(or lib32) Does anybody think this might be a bad idea or cause problems under some weird circumstances ? Alex CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=843268
2008-08-06one check less, now that cmake 2.6.0 is requiredMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=843151
2008-08-05-no need to test for > 2.5, since 2.6.0 is required now, so it is always > 2.5Alexander Neundorf
Alex CCMAIL: apaku@gmx.de svn path=/trunk/KDE/kdelibs/; revision=842686
2008-08-05Backport r842305:Andreas Pakulat
Fix my earlier mistake, Debugfull should be enabled for anything greater 2.5 (i.e. 2.6.0 and onwards) svn path=/branches/KDE/4.1/kdelibs/; revision=842307
2008-08-05Fix my earlier mistake, Debugfull should be enabled for anything greater 2.5 ↵Andreas Pakulat
(i.e. 2.6.0 and onwards) svn path=/trunk/KDE/kdelibs/; revision=842305
2008-08-04-require cmake >= 2.6.0Alexander Neundorf
-remove some tests for the current cmake versions Alex svn path=/trunk/KDE/kdelibs/; revision=842236
2008-07-29backport: when using cmake 2.6.0 make sure it's using automoc 0.9.84 or laterMatthias Kretz
svn path=/branches/KDE/4.1/kdelibs/; revision=839227
2008-07-29when using cmake 2.6.0 make sure it's using automoc 0.9.84 or laterMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=839226
2008-07-29-this was missing from the commit last night, which enabled the reduced link ↵Alexander Neundorf
interface: always write the reduced link information into KDELibsDependencies file Alex svn path=/trunk/KDE/kdelibs/; revision=838965