aboutsummaryrefslogtreecommitdiff
path: root/modules/KDE4Macros.cmake
AgeCommit message (Expand)Author
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
2008-01-05SVN_SILENT: KDE4_ADD_WIN32_APP_ICON was renamed to KDE4_ADD_APP_ICONChristian Ehrlicher
2008-01-02Add missing icon contexts to the kde4_install_icons() macro.Jakob Petsovits
2007-12-31Change the KDE4_CREATE_HANDBOOK macro so that the current source directory is...Ingo Klöcker
2007-12-31clean up - add 128px icon and remove _namePatrick Spendrin
2007-12-30Use Ralf's approach - with a little change it also supports subdirs so we've ...Patrick Spendrin
2007-12-30change KDE4_ADD_APP_ICON to act exactly like KDE4_ADD_WIN32_APP_ICON as the f...Patrick Spendrin
2007-12-30- added new macro KDE4_ADD_APP_ICON, which is used for adding application ico...Ralf Habacker
2007-12-19-fix RPATH change from yesterdayAlexander Neundorf
2007-11-25rearrange evaluation of executable params to not forget someChristian Ehrlicher
2007-11-20if there's nothing to moc, don't add automoc source which is C++, then a lib ...Matthias Kretz
2007-11-19-add some more quotes to help with spacesAlexander Neundorf
2007-11-13changing kde4_add_win32_icon acc. to the hints of alex neundorf.Patrick Spendrin
2007-11-09make msvc build not depending on windresPatrick Spendrin
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