aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-11-04add a warning if only version 3 is found, as version 2 is neededXavier Vello
svn path=/trunk/KDE/kdelibs/; revision=879904
2008-10-26Allow to specify depend files.Laurent Montel
By default we depended just on sip module file and not against all sip files. svn path=/trunk/KDE/kdelibs/; revision=876086
2008-10-25- fix library name to be more consistent with the othersDirk Mueller
- fix detection - add SO versioning (public libraries without versioning should be a no-go) svn path=/trunk/KDE/kdelibs/; revision=875762
2008-10-22It's kformulalib and not kformula...Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=874656
2008-10-21fix as requested by Alex:Patrick Spendrin
- use TO_CMAKE_PATH - include MacroPushRequiredVars hoping cmake will not include it twice svn path=/trunk/KDE/kdelibs/; revision=874560
2008-10-21Bye bye print_status.cmakeLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=874282
2008-10-21Use get_filename_component to find cmake pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=874279
2008-10-20Use cmake pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873804
2008-10-20Move hereLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873800
2008-10-20Move hereLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873796
2008-10-20Moved hereLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873794
2008-10-20Move hereLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873791
2008-10-20Move py file here tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873788
2008-10-20Install py fileLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873786
2008-10-20Move here (used by kdeedu/kdebase)Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=873785
2008-10-14minor: missed one var in mark_as_advancedDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=871241
2008-10-13It's IF(FOO), not IF(${FOO}) .... for some reason.David Faure
svn path=/trunk/KDE/kdelibs/; revision=871115
2008-10-13seems it's FATAL_ERROR, not just FATALDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=871114
2008-10-13CheckCXXSourceCompiles == compiling and linking --> we need to link against ↵Christian Ehrlicher
strigi libs to get a valid result (at least on windows) svn path=/trunk/KDE/kdelibs/; revision=871052
2008-10-13Did I miss the meaning of this message?Harri Porten
svn path=/trunk/KDE/kdelibs/; revision=871039
2008-10-13Rewrite the check for the strigi api screwup once more, because pkgconfig ↵David Faure
isn't the only way to find strigi, so using it for the version check doesn't work for everyone. Now the check is a real CHECK_CXX_SOURCE_COMPILES check. CCMAIL: jos@vandenoever.info, porten@kde.org, jasonbstubbs@gmail.com svn path=/trunk/KDE/kdelibs/; revision=870913
2008-10-02Cleanup as suggested by Alex (which shows another reason why using ↵David Faure
PATH_SUFFIXES is good ;) svn path=/trunk/KDE/kdelibs/; revision=867155
2008-10-02Fix it so that it can find eigen2 in mykdesupport_prefix/include/eigen2 ↵David Faure
using CMAKE_PREFIX_PATH svn path=/trunk/KDE/kdelibs/; revision=867151
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-08Backport 854572:David Faure
Fix an assert in KTabWidget when calling tabText() from a slot connected to currentChanged() -- because of the order of things in the QTabBar/QTabWidget code, tabInserted() isn't called yet so m_tabNames was empty. With unit test, since code speaks more than 3 lines of text. svn path=/branches/KDE/4.1/kdelibs/; revision=858491
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-26Backport ad filtering improvements --- Maks Orlovich
mostly huge (~7.6x) performance improvements thanks to vtokarev's ultra-cool RK implementation, some compatibility improvements (e.g. understanding @@ whitelist directives) and a bit of refactoring so we don't clutter khtml_settings.cc with computer science. svn path=/branches/KDE/4.1/kdelibs/; revision=852593
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