aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
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
2008-07-28-make the reduced link interface the defaultAlexander Neundorf
Dirk fixed most (all ?) of the breakage this causes, let's see if there is something left (i.e. adding missing libraries to the TARGET_LINK_LIBRARIES() calls) Alex svn path=/trunk/KDE/kdelibs/; revision=838863
2008-07-28-print a reminder that starting next week at least cmake 2.6.0 is required ↵Alexander Neundorf
for building KDE 4 trunk Hint: you can easily install multiple versions of cmake by just putting them into separate directories and then calling them initially with the full path: /opt/cmake-2.6.0/bin/cmake ... Alex svn path=/trunk/KDE/kdelibs/; revision=838859
2008-07-25fix typoAllen Winter
SVN_SILENT: svn path=/trunk/KDE/kdelibs/; revision=837686
2008-07-24fix indentationAllen Winter
SVN_SILENT: svn path=/trunk/KDE/kdelibs/; revision=837465
2008-07-24second attempt:Allen Winter
compute variables for SOPRANO_PLUGIN_FOO_FOUND tidy up a bit svn path=/trunk/KDE/kdelibs/; revision=837464
2008-07-24revert.Allen Winter
no ready yet. svn path=/trunk/KDE/kdelibs/; revision=837419
2008-07-24compute variables for SOPRANO_PLUGIN_FOO_FOUNDAllen Winter
tidy up a bit CCMAIL: trueg@kde.org svn path=/trunk/KDE/kdelibs/; revision=837396
2008-07-23-make the reduced link interface also available under Windows, sync with trunkAlexander Neundorf
Alex svn path=/branches/KDE/4.1/kdelibs/; revision=837147
2008-07-23remove the condition around KDE4_ENABLE_EXPERIMENTAL_LIB completelyChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=837109
2008-07-23enable KDE4_ENABLE_EXPERIMENTAL_LIB for windows too - kdelibs compiles fine ↵Christian Ehrlicher
with this option svn path=/trunk/KDE/kdelibs/; revision=837076
2008-07-22-same fix as in trunk: fix linking on WindowsAlexander Neundorf
The intention was tha by default the reduced link interface shouldn't be used (yet), but this wasn't the case under Windows, where it was enabled by default. This is changed now and now it is also under Windows disabled by default. Alex svn path=/branches/KDE/4.1/kdelibs/; revision=836768
2008-07-22-fix linking on Windows, here by default the LINK_INTERFACE_LIBRARIES ↵Alexander Neundorf
properties was set, while it was intended that by default it shouldn't be set Alex CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=836766
2008-07-22corrected docRalf Habacker
svn path=/trunk/KDE/kdelibs/; revision=836434
2008-07-22Backport fix from trunkLaurent Montel
svn path=/branches/KDE/4.1/kdelibs/; revision=836388
2008-07-21fix automoc4 for msvc as discussed on kde-buildsystemChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=836190
2008-07-21Better to not change TAGLIB_CFLAGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=836159
2008-07-21-also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed ↵Alexander Neundorf
LINK_INTERFACE_LIBRARIES target property instead: set_target_properties(foo PROPERTIES ${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "kdeui;kdecore" ) While this doesn't look very nice, it is completely forward and backward compatible (i.e. cmake 2.4 doesn't complain, cmake 2.6 works, both versions work as soon as the reduced link interface is the default (soon), if somebody uses this with kdelibs which don't have that anymore he will get the reduced interface instead of errors, so all should be ok) This was discussed on kde-buildsystem end of June. Alex CCMAIL: mueller@kde.org svn path=/branches/KDE/4.1/kdelibs/; revision=836133
2008-07-21-also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed ↵Alexander Neundorf
LINK_INTERFACE_LIBRARIES target property instead: set_target_properties(foo PROPERTIES ${KDE4_DISABLE_PROPERTY_}LINK_INTERFACE_LIBRARIES "kdeui;kdecore" ) While this doesn't look very nice, it is completely forward and backward compatible (i.e. cmake 2.4 doesn't complain, cmake 2.6 works, both versions work as soon as the reduced link interface is the default (soon), if somebody uses this with kdelibs which don't have that anymore he will get the reduced interface instead of errors, so all should be ok) Alex CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=836131
2008-07-21Be sure that we defined TAGLIB_INCLUDESLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=835837
2008-07-20-consistent lowercasingAlexander Neundorf
-use mark_as_advanced() for the right variables (i.e. the ones which go into the cache) -also search for the old style header so we can give a better error message Alex svn path=/trunk/KDE/kdelibs/; revision=835669
2008-07-20-prefix kde4_target_link_interface_libraries() with an "_", to make clear ↵Alexander Neundorf
this is only a temporary macro which will be gone again very soon Alex CCMAIL: mueller@kde.org svn path=/branches/KDE/4.1/kdelibs/; revision=835659
2008-07-20-rename variable XMLLINT_EXECUTABLE to LIBXML2_XMLLINT_EXECUTABLE, to be ↵Alexander Neundorf
consistent with the cmake module coding style (keep the old one for compatibility) -adapt config-kdoctools.h.cmake accordingly Alex svn path=/branches/KDE/4.1/kdelibs/; revision=835658
2008-07-20documentation and formatting fixes, no functional changesAlexander Neundorf
Alex svn path=/branches/KDE/4.1/kdelibs/; revision=835631
2008-07-20add a message in case somebody stumbles about a ↵Alexander Neundorf
KDE4_TARGET_LINK_INTERFACE_LIBRARIES() call that it has been renamed Alex svn path=/trunk/KDE/kdelibs/; revision=835491
2008-07-20prefix KDE4_TARGET_LINK_INTERFACE_LIBRARIES with a "_", it is unused in svn ↵Alexander Neundorf
and will be removed again for 4.2 I'd like to do the same in the 4.1 branch. Objections ? Alex CCMAIL: mueller@kde.org svn path=/trunk/KDE/kdelibs/; revision=835295