aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2007-08-20This macro is obsolete nowLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=702217
2007-08-20Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
Fix typo svn path=/trunk/KDE/kdelibs/; revision=702150
2007-08-20Now use one uniq macro to create docLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=702108
2007-08-16also work if used with too few argumentsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=700613
2007-08-15-fix indentationAlexander Neundorf
-remove old macros which failed with SEND_ERROR since several weeks already -deprecated KDE4_CREATE_HTML_HANDBOOK() and added option KDE4_ENABLE_HTMLHANDBOOK instead, if enabled, you get targets "htmlhandbook", which can be used to create the html docs Alex CCMAIL:winter@kde.org Tip of the day: using "make edit_cache" you can easily change cmake settings svn path=/trunk/KDE/kdelibs/; revision=700205
2007-08-15use FindLibintl.cmake instead of FindGettext.cmake in kdelibsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=700195
2007-08-15copy stuff from FindGettext.cmake, which actually searches libintl to a new ↵Alexander Neundorf
FindLibintl.cmake Alex svn path=/trunk/KDE/kdelibs/; revision=700191
2007-08-15add some commentsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=700189
2007-08-15-change was correct, using PATH_SUFFIXES should be even better, then the ↵Alexander Neundorf
header will be also found in /usr/include/blitz, /usr/local/include/blitz etc. Alex CCMAIL: daniel.duley@verizon.net svn path=/trunk/KDE/kdelibs/; revision=700184
2007-08-15-add quotes around the filenames, so it should work better with directories ↵Alexander Neundorf
containing spaces (probably quite seldom) Alex CCMAIL:groot@kde.org svn path=/trunk/KDE/kdelibs/; revision=700180
2007-08-14Look in the new subdirectory.Daniel M. Duley
Hope this build stuff is all correct >:) svn path=/trunk/KDE/kdelibs/; revision=700143
2007-08-14On FreeBSD, CUPS lives in /usr/local/lib which needs to be added to the link ↵Adriaan de Groot
path; use the technique from FindX11 to get the dir of the library and pass that on to check_library_exists. Fixes CUPS detection on FreeBSD. CCMAIL: neundorf@kde.org CCMAIL: kde@freebsd.org svn path=/trunk/KDE/kdelibs/; revision=700122
2007-08-14As the system paths were removed, tell cmake to look for the X libraries in ↵Pino Toscano
those paths as well. Laurent, could you also please actually test the changes you do? Thanks. svn path=/trunk/KDE/kdelibs/; revision=699907
2007-08-14Other cleanLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=699883
2007-08-14Use find_package_handle_standard_argsLaurent Montel
Fix previous commit Remove not necessary path svn path=/trunk/KDE/kdelibs/; revision=699877
2007-08-14Use find_package_handle_standard_args Laurent Montel
Remove not necessary path svn path=/trunk/KDE/kdelibs/; revision=699875
2007-08-13make use of the new FindPackageHandleStandardArgs() macroAllen Winter
CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=699657
2007-08-13Adapt macro to be able to give language nameLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=699448
2007-08-13some cosmeticsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=699424
2007-08-12total rewrite. the last version didn't even look for the blitz libs.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=699279
2007-08-12Find BlitzAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=699271
2007-08-11Now KDE4_CREATE_PO_FILES is not necessaryLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=698957
2007-08-11add stuff from cmake cvs and macros for processing po and pot filesAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=698778
2007-08-09Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=698299
2007-08-08Look at all variable and not just libs variable which can beLaurent Montel
not empty but some variable can be null svn path=/trunk/KDE/kdelibs/; revision=697674
2007-08-08Make it "fatal"Laurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697668
2007-08-08Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697621
2007-08-08Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697619
2007-08-07Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697445
2007-08-07fix typo found by pinoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697289
2007-08-07-use PATH_SUFFIXES in FindGLIB2.cmake to make the command even shorterAlexander Neundorf
-remove unecessary search path for msgfmt Alex svn path=/trunk/KDE/kdelibs/; revision=697172
2007-08-06Remove not necessary pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697081
2007-08-06Remove not necessary path here tooLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697065
2007-08-06Remove not necessary pathLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697062
2007-08-06SVN_SILENT: typoLaurent Montel
svn path=/trunk/KDE/kdelibs/; revision=697054
2007-08-06don't create the buildtests target for the MSVC IDEBernhard Loos
it's not needed and creates errors svn path=/trunk/KDE/kdelibs/; revision=696838
2007-08-05add a target "buildtests" which builds all tests in this and its subdirsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=696490
2007-08-03don't use $ENV{foo} in MESSAGE(), can mess up parsing under windowsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=696118
2007-08-03also search in the kde4 install dirsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695827
2007-08-03-more default search paths: always also search in the current install prefix ↵Alexander Neundorf
and also in the directory where the current cmake is installed Alex svn path=/trunk/KDE/kdelibs/; revision=695825
2007-08-03-don't load KDELibsDependencies.cmake twiceAlexander Neundorf
-use the project specific kdelibs_SOURCE_DIR and kdelibs_PROJECT_DIR variables to detect whether we are compiling kdelibs -some cosmetics Alex svn path=/trunk/KDE/kdelibs/; revision=695821
2007-08-03-add FindPackageHandleStandardArgs.cmake from cmake cvs, which adds a macro ↵Alexander Neundorf
for handling the QUIETLY and REQUIRED arguments for FIND_PACKAGE() and which sets the foo_FOUND variable if all additional variables are TRUE -use this new macro in FindStrigi. -put the successful query of pkgfconfig for the strigi version in the cache, so it doesn't have to do it again the next time -if pkgconfig doesn't find strigi at all, print a warning message but don't fail Alex svn path=/trunk/KDE/kdelibs/; revision=695818
2007-08-03remove unnecessary default search pathAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695815
2007-08-03remove unnecessary default search pathsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=695813
2007-08-02* Improve the error message when the strigi pkgconfig test failsRichard Dale
svn path=/trunk/KDE/kdelibs/; revision=695716
2007-08-01add macro KDE4_CREATE_MANPAGE().Allen Winter
This macro creates a roff file from a manpage docbook. Still todo: write the macro to install the manpages. FYI: I don't think we have any such docbook files yet, but I am working on one for konsolekalendar as a test case. svn path=/trunk/KDE/kdelibs/; revision=695367
2007-07-29Give extra hints on failure to find StrigiWill Stephenson
svn path=/trunk/KDE/kdelibs/; revision=693961
2007-07-26give a hintDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=692881
2007-07-26replace the incorrect message about "recent strigi" with 0.5.3. Dirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=692857
2007-07-25- okayed by thiagoJason vanRijn Kasper
- commenting the fact that QT4_ADD_DBUS_ADAPTOR actually has 6 parameters. the 5th and 6th are optional and allow for configuring the basename and classname of the generated adaptor classes. svn path=/trunk/KDE/kdelibs/; revision=692557