aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-14revert the BUNDLE thing for now, apparently it is not backwards-compatible ↵Benjamin Reed
with cmake 2.4 svn path=/trunk/KDE/kdelibs/; revision=797071
2008-04-14work around a cmake 2.6 issue when building on OSXBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=797065
2008-04-14remove CACHE STRING here tooAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=797051
2008-04-14remove CACHE STRING, which can cause problems.Allen Winter
per Brad King. svn path=/trunk/KDE/kdelibs/; revision=797050
2008-04-13gcc 4.3 has the no-threadsafe-statics bug fixedDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=796352
2008-04-13it seems like this is the culprit for breaking allDirk Mueller
KDE modules if using cmake 2.6 svn path=/trunk/KDE/kdelibs/; revision=796351
2008-04-12Fall back to also asking pkg-config for PCRE.Harri Porten
svn path=/trunk/KDE/kdelibs/; revision=796136
2008-04-11Find Qt also on OSX when compiled without frameworks, but with debugging.Till Adam
svn path=/trunk/KDE/kdelibs/; revision=795721
2008-04-04Fixed an strange behaviour on the plasma finder.Aleix Pol Gonzalez
svn path=/trunk/KDE/kdelibs/; revision=793596
2008-04-04don't break if ASOUND_LIBRARY_DIR is emptyMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=793576
2008-04-03-mark some variables as advanced, so they don't appear in the not-advanced ↵Alexander Neundorf
view of cmake-gui and ccmake -some minor cosmetics (casing and spaces vs. tabs) Alex svn path=/trunk/KDE/kdelibs/; revision=793410
2008-04-03coding styleMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=793392
2008-04-03patch by pusling to fix finding libasound, I wonder why it never broke for meMatthias Kretz
BUG: 157258 svn path=/trunk/KDE/kdelibs/; revision=793381
2008-04-02-cmake 2.5 is not supported anymoreAlexander Neundorf
-adapt to policy stuff in current cmake cvs HEAD and 2.6 branch, so it builds again without cmake warnings Alex svn path=/trunk/KDE/kdelibs/; revision=792751
2008-03-27print a warning for those using cmake 2.5, next monday this will become an errorAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=790915
2008-03-27never skip cmake_minimum_required(), otherwise cmake 2.6 generates warningsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=790890
2008-03-27the akonadi library name is "akonadi-kde"Allen Winter
also add new variables for the akonadi-kmime library svn path=/trunk/KDE/kdelibs/; revision=790859
2008-03-24Postgress can be installed in /usr/include/postgresql/Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=789583
2008-03-22add a DEMO_INSTALL_DIR variable, as a place to install demos.Allen Winter
needed by Decibel. svn path=/trunk/KDE/kdelibs/; revision=788951
2008-03-21add variables for the Akonadi library.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=788469
2008-03-21Add TAGLIB_MIN_VERSION Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=788446
2008-03-18fix the documentation for Qt4 againAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=787262
2008-03-18fix documentation, QT_LIBRARIES doesn't exist Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=787251
2008-03-18-help cross compiling, search the krb5-config executable only in the target Alexander Neundorf
environment, the one from the build host isn't the right one Alex svn path=/trunk/KDE/kdelibs/; revision=787239
2008-03-14Merged revision 785783:Harri Porten
Feature of HTML 5: getElementsByClassName(). Tried to introduce a bit of the WebCore style to make code better comparable but in some parts the differences were to great so I wrote them the khtml way. svn path=/trunk/KDE/kdelibs/; revision=785784
2008-03-14lowercasingAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=785773
2008-03-14-revert the last commit, it can be better changed in cmakes FindKDE4.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=785426
2008-03-13split into strigila and strigita prefixDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=785375
2008-03-13-under Windows, find the install location relative to the installed ↵Alexander Neundorf
FindKDE4Internal.cmake instead of the installed kde4-config.exe, this makes things easier for cross compiling (...let's wait until somebody cross compiles it to ARM or something like this) Alex svn path=/trunk/KDE/kdelibs/; revision=785297
2008-03-13configure the strigi analyzer prefix in a central place instead of ↵Dirk Mueller
spreading it all over KDE svn path=/trunk/KDE/kdelibs/; revision=785225
2008-03-13Also use pkgconfig to find QImageBlitz, since it installs a .pc file.David Faure
svn path=/branches/KDE/4.0/kdelibs/; revision=785148
2008-03-13Also use pkgconfig to find QImageBlitz, since it installs a .pc file.David Faure
svn path=/trunk/KDE/kdelibs/; revision=785147
2008-03-12Adjust variableLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=784788
2008-03-11Fix the cmake test so that QT_QTWEBKIT_FOUND is set when QtWebKit is found.Alex Merry
svn path=/trunk/KDE/kdelibs/; revision=784463
2008-03-04-prefer all-lower-case commands and indent using spacesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=782343
2008-03-04-add note that all-lower-case and indent-using-spaces is preferedAlexander Neundorf
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=782342
2008-03-04-add the cmake styleguide also in the stable branchAlexander Neundorf
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=782340
2008-03-04also install the style guideAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=782337
2008-03-04-add the cmake style guide for writing modules to KDE svn, so it is easier ↵Alexander Neundorf
to find for KDE developers svn path=/trunk/KDE/kdelibs/; revision=782336
2008-03-04SVN_SILENT: lowercase commands in KDE4_ADD_APP_ICONChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=782268
2008-03-03much better way to determine icon size - the last fix was not correct in ↵Christian Ehrlicher
some cases svn path=/trunk/KDE/kdelibs/; revision=781786
2008-03-02fix KDE4_ADD_APP_ICON when the path contains '64' or any other needed icon sizeChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=781336
2008-03-01search for the real symbolAlbert Astals Cid
svn path=/trunk/KDE/kdelibs/; revision=780921
2008-02-29FindSamba - also check for smbc_option_set, used by the smb kioslave, and ↵Matthew Woehlke
not in my libsamba svn path=/trunk/KDE/kdelibs/; revision=780766
2008-02-28Backporting r779354+779356David Faure
Support for XDG spec mimeapps.list instead of old ugly profilerc file, for configuring the mime/app associations. svn path=/branches/KDE/4.0/kdelibs/; revision=780189
2008-02-27fix Samba discovery and usageAllen Winter
thanks for the patch Christopher. BUGS: 158335 svn path=/trunk/KDE/kdelibs/; revision=780025
2008-02-26The Intel C++ compiler option -Ob is deprecated.Allen Winter
Simply use -fno-inline instead, just like with gcc. svn path=/trunk/KDE/kdelibs/; revision=779719
2008-02-24give each handbook and manpage custom target a unique, recognizable name.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=778813
2008-02-20-don't put LINK_DIRECTORIES() into the installed KDELibsDependencies.cmake file,Alexander Neundorf
instead enable the compatibility option CMAKE_LINK_OLD_PATHS, which should catch all problems (and not only the expected ones) -give an error message if an old cmake cvs without SET_PROPERTY() is used -remove check for installed dbusxml2cpp, this was still from the KDE4 core meeting in Trysil when dbus was very new in Qt Alex svn path=/trunk/KDE/kdelibs/; revision=777570
2008-02-20-give useful error message if a cmake cvs without set_property() is usedAlexander Neundorf
Alex svn path=/branches/KDE/4.0/kdelibs/; revision=777553