aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Macros.cmake
AgeCommit message (Expand)Author
2007-11-09hopefully the last commit concerning thisPatrick Spendrin
2007-11-09this is the current working solution but I couldn't set kate_KDEINIT_SRCS fro...Patrick Spendrin
2007-11-09changing macro to just work in case of png2ico's existance - removing duplica...Patrick Spendrin
2007-10-29-use if(NOT ...) instead of an empty if() branchAlexander Neundorf
2007-10-29only put C++ files in the final-file (maybe I should use GET_SOURCE_FILE_PROP...Alexander Neundorf
2007-10-22allow enable-final on kdepimlibsCharles Samuels
2007-10-10install also index.cache.bz2 which is used by khelpcenterBurkhard Lück
2007-10-07do not depend only on index.docbook but on all docbooks to trigger recompilationAlbert Astals Cid
2007-10-06dont install index.docbook twiceBurkhard Lück
2007-10-04all docbooks have to be installed, not just index.docbookAlbert Astals Cid
2007-10-03fixes for KDE4_ADD_WIN32_APP_ICONRalf Habacker
2007-09-27renamed KDE4_ADD_APP_ICON to KDE4_ADD_WIN32_APP_ICON based on alex requestRalf Habacker
2007-09-26Sometimes we name our manpage docbook files as "man-foo.docbook",Allen Winter
2007-09-26Changes to the KDE4_CREATE_MANPAGE() macro:Allen Winter
2007-09-26add an optional "section" argument to the KDE4_CREATE_MANPAGE() macroAllen Winter
2007-09-24Allow to put TEST arg as second argumentLaurent Montel
2007-09-24also create moc files for _p.h files that contain a Q_OBJECT macroMatthias Kretz
2007-09-24typoLaurent Montel
2007-09-24Adapt CMakeLists.txt as discussed with Alex.Laurent Montel
2007-09-20fix html handbook creation ?Alexander Neundorf
2007-09-16UpdateLaurent Montel
2007-09-12Commit Thibault's and Andreas' patch that allows XML output for QTestLibAllen Winter
2007-09-11added macro for win32 application icon named KDE4_ADD_APP_ICONRalf Habacker
2007-09-11I believe outside kdelibs KDE4_DATA_INSTALL_DIR should be used instead of DAT...Ralf Habacker
2007-08-31revert XML formatted logfile changes.Allen Winter
2007-08-31Add xml output to QTest unit tests, in order to produce a more readable report.Allen Winter
2007-08-20This macro is obsolete nowLaurent Montel
2007-08-20Use FIND_PACKAGE_HANDLE_STANDARD_ARGSLaurent Montel
2007-08-20Now use one uniq macro to create docLaurent Montel
2007-08-16also work if used with too few argumentsAlexander Neundorf
2007-08-15-fix indentationAlexander Neundorf
2007-08-15add some commentsAlexander Neundorf
2007-08-13Adapt macro to be able to give language nameLaurent Montel
2007-08-11Now KDE4_CREATE_PO_FILES is not necessaryLaurent Montel
2007-08-06don't create the buildtests target for the MSVC IDEBernhard Loos
2007-08-05add a target "buildtests" which builds all tests in this and its subdirsAlexander Neundorf
2007-08-01add macro KDE4_CREATE_MANPAGE().Allen Winter
2007-07-24Make KDE4_UPDATE_ICONCACHE() no-op if DESTDIR is setRivo Laks
2007-07-24Add KDE4_UPDATE_ICONCACHE() macro and call it from KDE4_INSTALL_ICONS()Rivo Laks
2007-07-24REPLACE -> REGEX REPLACEChristian Ehrlicher
2007-07-23subtle attempt to break win32 compilation - read the docs marc ! ;-)Christian Ehrlicher
2007-07-23Be more robust when creating export macro definesMarc Mutz
2007-07-23move the mimetype update macro to FindSharedMimeInfo.cmake, since it belongs ...Alexander Neundorf
2007-07-18Do not install SVN support files in l10n/ll/scripts.Chusslove Illich
2007-07-17Define this symbol everywhere, not just on WindowsThiago Macieira
2007-07-13alex says list(append is faster than set(foo ${foo}Matthias Kretz
2007-07-13only pass C++ source files to kde4automocMatthias Kretz
2007-07-12-remove a lot of code duplication for the icon stuff by using "maps" instead ...Alexander Neundorf
2007-07-12Use configure_file instead of file(write ...) so that the file is only touchedMatthias Kretz
2007-07-12-instead of simply removing KDE4_AUTOMOC(), it is better to make it just do m...Alexander Neundorf