aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Macros.cmake
AgeCommit message (Expand)Author
2007-01-11make KDE apps that aren't console apps win32 appsStephan Kulow
2007-01-06Add support for oxygen iconsJonathan Riddell
2006-12-10-add option KDE4_USE_ALWAYS_FULL_RPATH (disabled by default): if enabled, eve...Alexander Neundorf
2006-11-27-modify RPATH behaviour for libraries so that they work as expected (...altho...Alexander Neundorf
2006-11-16SVN_SILENT docLaurent Montel
2006-10-24try to fix the automoc problem in kioslave/media/medianotifierAlexander Neundorf
2006-10-24-make enable_final work for kdeinit executables: give the final-file for the ...Alexander Neundorf
2006-10-24Re-enable this line... kdebase breaks otherwise withDavid Faure
2006-10-23-remove some commented out codeAlexander Neundorf
2006-10-23Remove definition "-DKDE_USE_FINAL" when we can't compile with enable final a...Laurent Montel
2006-10-23Fix typoLaurent Montel
2006-10-23Create macro to disable enable final argument into specific directory.Laurent Montel
2006-10-23Not necessaryLaurent Montel
2006-10-23Apply Alex patch (now we can use enable-final argumentLaurent Montel
2006-10-13Update docLaurent Montel
2006-10-13Necessary to modify KDE4_ADD_KCFG_FILES to support ENABLE_FINALLaurent Montel
2006-10-13Create final file when we call automoc macroLaurent Montel
2006-10-13Necessary to change KDE4_AUTOMOC macro to supportLaurent Montel
2006-09-18Create *_final_cpp_* file into build directory and not source directoryLaurent Montel
2006-09-14remove two of three macro_add_file_dependencies, no longer require with cmake...Alexander Neundorf
2006-09-13-minor performance improvement: use LIST(APPEND list item1 item2... ) instead...Alexander Neundorf
2006-09-12-finally require cmake >= 2.4.3Alexander Neundorf
2006-09-09Fix remove file macroLaurent Montel
2006-09-09Add macro to remove obsolete cmake fileLaurent Montel
2006-09-09added copyright notice everywhere.Alexander Neundorf
2006-08-18Fix indentLaurent Montel
2006-08-14Change KDE4_INSTALL_ICONSLaurent Montel
2006-08-08don't remove the la-files on make clean (#131172)Alexander Neundorf
2006-07-27typo--Urs Wolfer
2006-07-27Scalable hicolor svgz existsLaurent Montel
2006-07-26Improve icon macro:Laurent Montel
2006-07-21Remove bad charLaurent Montel
2006-07-21We have some mng iconsLaurent Montel
2006-07-20Finally commit my change to kde4_add_kcfg_files.Michaƫl Larouche
2006-07-17fix for win32 - why it's only me who needs this?Christian Ehrlicher
2006-07-12-KDE4_AUTOMOC: give a better error message if the header which should exist f...Alexander Neundorf
2006-07-04-link kdeinit modules with empty rpathAlexander Neundorf
2006-07-04-adjust the LD_LIBRARY_PATH for the new contents of LIB_INSTALL_DIR (now the ...Alexander Neundorf
2006-07-04Commit big work on build system with Alex:Laurent Montel
2006-07-03Make the DCOP porting warnings more usefulWill Stephenson
2006-07-02-add macros for dealing with dbus stuff: Alexander Neundorf
2006-07-02-add KDE4_ADD_DCOP_SKELS/STUBS again, but make them simply bail out with FATA...Alexander Neundorf
2006-07-02-remove dcop support from the build systemAlexander Neundorf
2006-05-17-the behaviour of LIST(REMOVE_ITEM ...) changed from cmake 2.4.1 beta to cmak...Alexander Neundorf
2006-05-12-kde4_header() and footer are goneAlexander Neundorf
2006-05-11-enhanced syntax for KDE4_ADD_EXECUTABLE and KDE4_ADD_KDEINIT_EXECUTABLE:Alexander Neundorf
2006-05-03I was told kopeteappearancesettings.kcfg has signals ;(Stephan Kulow
2006-05-03there is no single kcfg file in our SVN that needs signals.Stephan Kulow
2006-05-01-remove the kde4_create_doxygen_docs() commandAlexander Neundorf
2006-04-27if we call it with --no-stub, then it won't produce a Dirk Mueller