aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Macros.cmake
AgeCommit message (Expand)Author
2009-03-04Support for .kcfg files being generated using configure_file like tmcguireDavid Faure
2009-01-28GLOB_RECURSE in KDE4_ADD_WIN32_APP_ICON is wrong - GLOB should be enoughChristian Ehrlicher
2009-01-09add a training / so it's easier to call a filename without having to prepend ...Anne-Marie Mahfouf
2009-01-02-check the version of kdelibs using the KDE_VERSION variable from KDELibsDepe...Alexander Neundorf
2009-01-02-introduce two new internal macros which do the necessary handling for automo...Alexander Neundorf
2008-12-15-unconditionally enable the reduced link interface Alexander Neundorf
2008-12-14-remove support for option KDE4_USE_ALWAYS_FULL_RPATH, with cmake >= 2.6.0 we...Alexander Neundorf
2008-12-14-rename the new kde4_write_basic_cmake_version_file() to macro_write_basic_cm...Alexander Neundorf
2008-12-14-add a macro which helps with generating a find_package() conform <package>Ve...Alexander Neundorf
2008-12-11make it possible to install several man page docbooks from one dir by generat...Burkhard Lück
2008-11-18reintroduce the cmake option KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT to enable th...Alexander Neundorf
2008-11-10-require cmake 2.6.2Alexander Neundorf
2008-11-08SVN_SILENT: correct endifPatrick Spendrin
2008-11-08make it possible to add application icons to kdeinit applications too.Patrick Spendrin
2008-11-07-print a warning for users which have not yet updated to cmake 2.6.2Alexander Neundorf
2008-09-08-prepare for supporting cmake >= 2.6.2 and TARGET_LINK_LIBRARIES(target LINK_...Alexander Neundorf
2008-09-07-save some regex matching and make the code easier readable: since cmake 2.6 ...Alexander Neundorf
2008-08-24patch from Alex:Dirk Mueller
2008-08-14fix comment in the generated file, it was not correct anymore, the option was...Alexander Neundorf
2008-07-29-this was missing from the commit last night, which enabled the reduced link ...Alexander Neundorf
2008-07-21fix automoc4 for msvc as discussed on kde-buildsystemChristian Ehrlicher
2008-07-21-also disable _KDE4_TARGET_LINK_INTERFACE_LIBRARIES() and use the renamed LIN...Alexander Neundorf
2008-07-20add a message in case somebody stumbles about a KDE4_TARGET_LINK_INTERFACE_LI...Alexander Neundorf
2008-07-20prefix KDE4_TARGET_LINK_INTERFACE_LIBRARIES with a "_", it is unused in svn a...Alexander Neundorf
2008-07-18fix for targets with '-' in name on windowsChristian Ehrlicher
2008-07-17fix typoDirk Mueller
2008-07-07-make automoc4 required finally (... 4.1 is not too far away)Alexander Neundorf
2008-07-02point to the correct test filename on windows, second tryChristian Ehrlicher
2008-07-01Yeah, nice reversed condition. We have no .bat files on unix. This fixes make...David Faure
2008-06-27test executable is .xe.bat on windows (fake rpath handling)Christian Ehrlicher
2008-06-26add KDE4_TARGET_LINK_INTERFACE_LIBRARIES, which I can useDirk Mueller
2008-06-09just some cosmetics...Alexander Neundorf
2008-06-03As discussed with Dirk, make the link interface empty by default, i.e. by def...Alexander Neundorf
2008-05-28-also list the tiff file as outputAlexander Neundorf
2008-05-14the _dummy.cpp file for kdeinit executables doesn't need to have automoc4 to ...Matthias Kretz
2008-05-10-use automoc4 from kdesupport if available, otherwise fallback to the one fro...Alexander Neundorf
2008-05-10-rename KDE4_GET/SET_CUSTOM_PROPERTY() to _KDE4..., so they are clearly marke...Alexander Neundorf
2008-04-25-modify kde4_add_kdeinit_executable() so that under windows no longer a share...Alexander Neundorf
2008-04-25-lowercasingAlexander Neundorf
2008-03-14lowercasingAlexander Neundorf
2008-03-04SVN_SILENT: lowercase commands in KDE4_ADD_APP_ICONChristian Ehrlicher
2008-03-03much better way to determine icon size - the last fix was not correct in some...Christian Ehrlicher
2008-03-02fix KDE4_ADD_APP_ICON when the path contains '64' or any other needed icon sizeChristian Ehrlicher
2008-02-24give each handbook and manpage custom target a unique, recognizable name.Allen Winter
2008-02-18some improvements to the docs:Alexander Neundorf
2008-01-29Add support to install localized icons.Chusslove Illich
2008-01-22patch by dfaure so that the testfoo.shell wrapper is used when runningAllen Winter
2008-01-10make kde4_add_unit_test work properly on OSX together with non-NOGUI tests. I...Marijn Kruisselbrink
2008-01-09of course I notice the bug just after I committed it ;(Dirk Mueller
2008-01-09fix installation of handbooks when DESTDIR installationDirk Mueller