aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-17Add a cmake variable DISABLE_ALL_OPTIONAL_SUBDIRECTORIES which can be set to ↵Alexander Neundorf
TRUE to disable all subdirectories by default This should make building project in a modular way easier. Alex svn path=/trunk/KDE/kdelibs/; revision=940644
2009-03-11Suppress 'not found' messages from pkgconfig when the module subsequentlyDavid Jarvie
attempts to locate the package by other means. svn path=/trunk/KDE/kdelibs/; revision=938476
2009-03-11Add a variant of the standard cmake FindPkgConfig.cmake, which provides a QUIETDavid Jarvie
option to pkg_check_modules() to suppress error messages if pkgconfig has not found the package. svn path=/trunk/KDE/kdelibs/; revision=938016
2009-03-09Improve the sentenceDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=937330
2009-03-08cmake check for finding IOKit on Mac OS XHarald Fernengel
svn path=/trunk/KDE/kdelibs/; revision=937040
2009-03-08we need to define _WIN32_IE too (for mingw)Christian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=936949
2009-03-07define UNICODE also for mingwChristian Ehrlicher
make w2k the lowest win version we support svn path=/trunk/KDE/kdelibs/; revision=936493
2009-03-04Support for .kcfg files being generated using configure_file like tmcguireDavid Faure
wants to do in kmail. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=935251
2009-03-01fix a typo where OPTIONAL could be printed for missing *required* features.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=933810
2009-02-28Add SOPRANO_PLUGIN_VIRTUOSOBACKEND_FOUNDLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=933219
2009-02-27typo fix, found by Robby StephensonAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=933023
2009-02-27backport poppler detection fixDirk Mueller
svn path=/branches/KDE/4.2/kdelibs/; revision=932964
2009-02-27fix poppler detection for openSUSEDirk Mueller
(https://bugzilla.novell.com/show_bug.cgi?id=480485) svn path=/trunk/KDE/kdelibs/; revision=932963
2009-02-25symlinking DESTDIR in the source of the symlinkDirk Mueller
is wrong, as it will be a stale link in the case where DESTDIR is already used. svn path=/trunk/KDE/kdelibs/; revision=931922
2009-02-24Add KDEPIMLIBS_INCLUDE_DIRSChristophe Giboudeaux
svn path=/trunk/KDE/kdelibs/; revision=931131
2009-02-23New layout for the cmake summary as discussed on kde-buildsystem. Will ↵Sebastian Trueg
backport to 4.2 soon. svn path=/trunk/KDE/kdelibs/; revision=930559
2009-02-234.2 -> 4.3 in some messagesAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=930512
2009-02-23Increase the shared library versioning from .2 to .3Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=930511
2009-02-19actually check also the version of the found pulseaudio (by getting its ↵Pino Toscano
version from the version.h) against the minimum version required svn path=/trunk/KDE/kdelibs/; revision=928423
2009-02-16Reflect new reality -- kdelibs trunk requires Qt 4.5 (rc1 passes this check)David Faure
svn path=/trunk/KDE/kdelibs/; revision=927156
2009-02-13Fix linking in kdelibs/kate/plugins/David Faure
svn path=/trunk/KDE/kdelibs/; revision=925451
2009-02-09explicitely set CMP0011 to OLD, so we don't get the warning printed out with ↵Alexander Neundorf
cmake >= 2.6.3 (but the behaviour is not changed by this) Alex svn path=/branches/KDE/4.2/kdelibs/; revision=924047
2009-02-09explicitely set CMP0011 to OLD, so we don't get the warning with cmake >= 2.6.3Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=924046
2009-02-09find our new slef-compiled openssl 0.9.8jChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=923916
2009-01-30Optimiced CodeMarcus Hufgard
svn path=/trunk/KDE/kdelibs/; revision=918830
2009-01-28FindKdepim isn't (and shouldn't) be used anymore.Christophe Giboudeaux
Removing this cmake module. Ack. by Allen. svn path=/trunk/KDE/kdelibs/; revision=917950
2009-01-28minor doc update.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=917924
2009-01-28GLOB_RECURSE in KDE4_ADD_WIN32_APP_ICON is wrong - GLOB should be enoughChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=917903
2009-01-25it's libgmp on windowsChristian Ehrlicher
svn path=/branches/KDE/4.2/kdelibs/; revision=916641
2009-01-25it's libgmp on windowsChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=916638
2009-01-24- define NDEBUG and QT_NO_DEBUG in relwithebinfo build mode - that is how itAndreas Hartmetz
already is in release build mode. this disables assert() and Q_ASSERT() in all release modes. - only soft disable kDebug() at runtime depending on QT_NO_DEBUG, instead of making it a no-op by #definition. svn path=/trunk/KDE/kdelibs/; revision=916186
2009-01-22backport fix for bug 178229Andreas Hartmetz
svn path=/branches/KDE/4.2/kdelibs/; revision=914922
2009-01-21Backport HTTP authentication changes from trunk; they seem to fix more ↵Andreas Hartmetz
problems than they cause (none known at the moment). Revisions 910563, 913039, 914385 from trunk. svn path=/branches/KDE/4.2/kdelibs/; revision=914548
2009-01-17Fix create symlinkLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=912335
2009-01-14we need the PulseAudio Mainloop Library in kdemultimedia.Marcus Hufgard
Please have a look over it and expand it to win32 libs. Thanks svn path=/trunk/KDE/kdelibs/; revision=910978
2009-01-13Revert the required version number here and put it in kdelibs/CMakeLists.txt.Jos van den Oever
This is a request by Alexander Neundorf for improving the generality of FindStrigi.cmake. Individual project should set the required version themselves by using: set(STRIGI_MIN_VERSION 0.6.3) use_package(Strigi REQUIRED) CCMAIL:neundorf@kde.org svn path=/branches/KDE/4.2/kdelibs/; revision=910348
2009-01-12Increase the minimum Strigi version to 0.6.3.Jos van den Oever
svn path=/branches/KDE/4.2/kdelibs/; revision=910168
2009-01-11updating FindEigen2.cmake for proper search orderJames Richard Tyrer
svn path=/trunk/KDE/kdelibs/; revision=909439
2009-01-09add a training / so it's easier to call a filename without having to prepend ↵Anne-Marie Mahfouf
the / OKed by David Faure svn path=/trunk/KDE/kdelibs/; revision=908300
2009-01-09Allow to specify minimum version (need to compile kmix, kmix need pulseaudio ↵Laurent Montel
>= 0.9.12) svn path=/trunk/KDE/kdelibs/; revision=908067
2009-01-09Need by kdemultimedia tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=908062
2009-01-06-before installing the exports files, compate the new and the already ↵Alexander Neundorf
installed one, and if they are different, delete any previously installed configuration specific exports files Alex svn path=/trunk/KDE/kdelibs/; revision=906811
2009-01-06Backport r906765Albert Astals Cid
cmake/trunk/KDE/kdelibs/cmake/modules/FindLibKonq.cmake Add FindLibKonq.cmake from kdiff3 to kdelibs so others can use it too svn path=/branches/KDE/4.2/kdelibs/; revision=906771
2009-01-06Add FindLibKonq.cmake from kdiff3 to kdelibs so others can use it tooAlbert Astals Cid
svn path=/trunk/KDE/kdelibs/; revision=906765
2009-01-06-rename the export files to KDELibs4(Library|Tools)Targets.cmake from ↵Alexander Neundorf
KDELibs(Library|Tools)Targets.cmake, same patch as in trunk. Fixes the problem with the added namespace for the targets exported from kdelibs a few weeks ago. Patch which will make this safe for the case we have similar changes in the future will first go to trunk, and after RC1 into the branch. Alex svn path=/branches/KDE/4.2/kdelibs/; revision=906738
2009-01-06-install the exports file as KDELibs4LibraryTargets.cmake, instead of ↵Alexander Neundorf
KDELibsLibraryTargets.cmake -> fix against the problem which happens if you have a relatively old kdelibs installation (when the targets where exported without "namespace"), then switched the buildtype and installed a new kdelibs The patch which makes this safe for the case that we have similar changes in the future will come later today. Alex svn path=/trunk/KDE/kdelibs/; revision=906725
2009-01-06-this should now also work for relative install directoriesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=906719
2009-01-05-add a file which can take care of checking whether the already installed ↵Alexander Neundorf
and the about to be installed exports files are identical Alex svn path=/trunk/KDE/kdelibs/; revision=906298
2009-01-05Remove kformula as discussed on k-c-d.David Faure
It needs better maintainership, more apps using it, to follow the review process, and to avoid the code duplication with koffice... svn path=/trunk/KDE/kdelibs/; revision=906279
2009-01-05-disable FindPlasma.cmake: it was broken, undocumented and since plasma ↵Alexander Neundorf
didn't keep compatibility the cmake support for plasma also doesn't have to This file is not used by anything in trunk/KDE/ anymore. Alex svn path=/trunk/KDE/kdelibs/; revision=906186