aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4.cmake
AgeCommit message (Expand)Author
2006-02-19-add basic support for different buildtypes with gcc, see FindKDE4.cmake (sea...Alexander Neundorf
2006-02-18-renamed the KDE4_something_DIR to something_INSTALL_DIRAlexander Neundorf
2006-02-17after discussion with David:Alexander Neundorf
2006-02-16-replace -fexceptions with ${KDE4_ENABLE_EXCEPTIONS} (I'm not sure this is a...Alexander Neundorf
2006-02-15set LD_LIBRARY_PATH to make sure we use the just compiled libraries, notDirk Mueller
2006-02-15add two defines for msvc2005Christian Ehrlicher
2006-02-15Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of...David Faure
2006-02-15Lowercase some common keywords to improve readabilityDavid Faure
2006-02-14Add -DQT3_SUPPORT_WARNINGSLaurent Montel
2006-02-13Define plugin dir as subdir of lib dirLaurent Montel
2006-02-12-moved the cmake code to find kdewin32 out of FindKDE4.cmake and into its own...Alexander Neundorf
2006-02-11-changed kde4_create_libtool_file (target dir_relative_to_libdir) Alexander Neundorf
2006-02-11now cmake 2.3.3 is required, if you have an older version, you get a warningAlexander Neundorf
2006-02-10search for kdewin32 in the default install directory for applications (defaul...Peter Kümmel
2006-02-10add shell32.lib and user32.lib on windowsChristian Ehrlicher
2006-02-09fixes for msysAlexander Neundorf
2006-02-09-move find_package(pcre) back to kdelibs/CMakeLists.txt, otherwise HAVE_PCREP...Alexander Neundorf
2006-02-08-remove macro_append_directory_properties() and add macro_additional_clean_fi...Alexander Neundorf
2006-02-07adding KDEWIN32_INCLUDE_DIR to CMAKE_INCLUDE_PATH is pointless...Alexander Neundorf
2006-02-07two new macros: macro_append_directory_properties() and macro_append_source_f...Alexander Neundorf
2006-02-07-add -DMAKE_KDEWIN32_LIB to the build in kdelibs/win/Alexander Neundorf
2006-02-07-move the find_package(PCRE) from kdelibs/CMakeLists.txt to kdelibs/kjs/CMake...Alexander Neundorf
2006-02-07undo /lib=/bin for win32, todo copy Dlls to /binPeter Kümmel
2006-02-06unbreak compilation with cmake :-/Alexander Neundorf
2006-02-06-if (WIN32): create the libraries in the same directory as the executables, s...Alexander Neundorf
2006-02-05remove wrong macroPeter Kümmel
2006-02-05give msvc all it needsPeter Kümmel
2006-02-05remove forgotten linePeter Kümmel
2006-02-05remove forgotten linePeter Kümmel
2006-02-04more fixes for windows from Peter KuemmelAlexander Neundorf
2006-02-03more fixes for windows... Alexander Neundorf
2006-02-03for now the kdeinit stuff is also required on windows, make compiling easier ...Alexander Neundorf
2006-02-03-major overhaul of the windows stuff: kdelibs/win/ is now built as a regular ...Alexander Neundorf
2006-02-03Add specific directory for kconf_updateLaurent Montel
2006-02-03Fix install into servicetypes directoryLaurent Montel
2006-02-02Add "KDE4_LIB_INSTALL_DIR" as discussed with alexander toLaurent Montel
2006-02-01fix kdewin32 detectionAlexander Neundorf
2006-02-01fix typo, thanks to peterAlexander Neundorf
2006-02-01-FindQt4.cmake now checks first for include/QtCore, and only optionally for i...Alexander Neundorf
2006-02-01Fix to use KDE4_* and CACHE STRING to define what isLaurent Montel
2006-02-01Now we can define pos of mandir/infodirLaurent Montel
2006-02-01Define "KDE4_SYSCONF_DIR" which is '/etc' by defaultLaurent Montel
2006-01-31-DLEAN_AND_MEAN for windowsAlexander Neundorf
2006-01-29prepare support for the windows portAlexander Neundorf
2006-01-29mess with the path only or QtTestBenjamin Reed
2006-01-29dont use /opt/kde4 hardcoded as KDE4DIRAlexander Neundorf
2006-01-28work around some kjs stuff that assumes __APPLE__ == WEBKIT, also fix definit...Benjamin Reed
2006-01-28-new module to find agg (I don't have it installed here, so I couldn't really...Alexander Neundorf
2006-01-27mac os x fixes for the cmake buildBenjamin Reed
2006-01-25add the stuff moved from kdesdk, maybe...Alexander Neundorf