aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2007-01-28fix case when install dir of current module is != kdelibs4 install dirFrank Osterfeld
2007-01-27Remove module which are now into cmake-2.4.5Laurent Montel
2007-01-27as a lot of guy report problem to compile after changes which requiresLaurent Montel
2007-01-26use install(CODE ...) instead of file(WRITE ... ) followed by install(SCRIPT ...Alexander Neundorf
2007-01-26-remove old commented codeAlexander Neundorf
2007-01-26-finally remove the dcop macrosAlexander Neundorf
2007-01-26-introduce new internal variable _kdeBootStrapping, so that we don't have Alexander Neundorf
2007-01-26Add boostrap into cmake macro which create docLaurent Montel
2007-01-23Add macro KDE4_ADD_TEST for unit test usage. This way, if you haveThiago Macieira
2007-01-23add a macro KDE4_CREATE_EXPORTS_HEADER(fileName libName)Alexander Neundorf
2007-01-23Ah bah the vars were not set when compiling kdelibs itself. Now it links.David Faure
2007-01-23Fix inline-visibility detectionThomas Zander
2007-01-23add -fno-threadsafe-statics to the CXXFLAGS if supported: as we can't rely onMatthias Kretz
2007-01-22Undo my accidental change of the compiler flags from the otherThiago Macieira
2007-01-22Stupid me :(Laurent Montel
2007-01-22Changed kspell2 to sonnet where relevant, in anticipation of merging sonnet-r...Jacob Rideout
2007-01-22Fix create symlink when in post installLaurent Montel
2007-01-22replace this evil hack with an entirely more evil hack thatDirk Mueller
2007-01-22Allow to install doc into subdirectoryLaurent Montel
2007-01-22UpdateLaurent Montel
2007-01-22Add kwalletclient cmake macroLaurent Montel
2007-01-21can't hurt to create the directory beforehand.Dirk Mueller
2007-01-21fix qtmain usageChristian Ehrlicher
2007-01-21make the handbook creation dependent on the stylesheet.Allen Winter
2007-01-21win32-only fixes:Christian Ehrlicher
2007-01-20New macros for creating and installing application handbooks.Allen Winter
2007-01-20-user CMAKE_MODULE_LINKER_FLAGS for CMAKE_MODULE_LINKER_FLAGSAlexander Neundorf
2007-01-20Do not override my compiler flags, thank youThiago Macieira
2007-01-20Added new macro MACRO_OPTIONAL_ADD_SUBDIRECTORY(dir), which might be useful e...Alexander Neundorf
2007-01-19-add a helper target "htmlhandbook" using add_custom_target() which dependsAlexander Neundorf
2007-01-18-add the dependency to meinproc when building kdelibs to the meinproc macro, ...Alexander Neundorf
2007-01-18A new macro for generating index.html from index.docbook using meinproc.Allen Winter
2007-01-16Fix a problem experienced by a few people, where the Brad Hards
2007-01-15Fix parsing of found_version when it starts with letters, like "Flex 2.5.4a".David Faure
2007-01-13Tidy up QCA2 checkWill Stephenson
2007-01-12- rename kalsadevicelist to kaudiodevicelist as it supports OSS devices just asMatthias Kretz
2007-01-12add qtmain(d).lib when linking executables on windowsChristian Ehrlicher
2007-01-12Fix the check for MySQL EmbeddedWill Stephenson
2007-01-11cosmetic fix, now the parameter for GUI apps is handled the same way both und...Alexander Neundorf
2007-01-11make KDE apps that aren't console apps win32 appsStephan Kulow
2007-01-09also check FONTCONFIG_INCLUDE_DIRAlexander Neundorf
2007-01-09use FONTCONFIG_INCLUDE_DIR instead of FONTCONFIG_DEFINITIONSAlexander Neundorf
2007-01-09-/usr/include, /usr/local/include, /usr/lib and /usr/local/lib are not requir...Alexander Neundorf
2007-01-09Since we only look there, tell the user where we looked.David Faure
2007-01-07use NO_DEFAULT_PATH so that the correct version of the pim libs is found beforeMatt Rogers
2007-01-06Add support for oxygen iconsJonathan Riddell
2007-01-06-add the new and advanced FindPkgConfig.cmake module from cmake cvs, can be r...Alexander Neundorf
2007-01-05-no need to specify /usr/lib and /usr/local/libAlexander Neundorf
2007-01-05on osx the DNS-SD bits are in libSystemBenjamin Reed
2007-01-05win32 fixRalf Habacker