aboutsummaryrefslogtreecommitdiff
path: root/modules/FindKDE4Internal.cmake
AgeCommit message (Expand)Author
2008-06-09-this "if(WIN32)" was redundantAlexander Neundorf
2008-06-09-some minor reorganization of some windows stuff, centralizing it a bit moreAlexander Neundorf
2008-06-09just some cosmetics...Alexander Neundorf
2008-06-03-ignore the previous commit and its comment...Alexander Neundorf
2008-06-03hmmm, that optimization with skipping basically everything on a second run ha...Alexander Neundorf
2008-05-29wrong docu is worse than no docuDavid Faure
2008-05-28-always setup the policies if CMAKE_MINIMUM_REQUIRED() was executedAlexander Neundorf
2008-05-28add phonon includes back to KDE4_INCLUDES otherwise sourceDirk Mueller
2008-05-27-use /Applications/KDE4 (instead of /Applications/KDE ) as default install di...Alexander Neundorf
2008-05-27require Phonon: better error messagesMatthias Kretz
2008-05-26now it should be fully compatible againMatthias Kretz
2008-05-26find and use installed PhononMatthias Kretz
2008-05-23-use BUNDLE DESTINATION on all cmake versions starting with 2.6, i.e. also 2.7Alexander Neundorf
2008-05-10-use automoc4 from kdesupport if available, otherwise fallback to the one fro...Alexander Neundorf
2008-04-22Fix compile errorEckhart Wörner
2008-04-21-add BUNDLE_INSTALL_DIR for OSX, location where application bundles will be i...Alexander Neundorf
2008-04-15Provide variables for detection & use of public KJS API.Harri Porten
2008-04-14revert the BUNDLE thing for now, apparently it is not backwards-compatible wi...Benjamin Reed
2008-04-14work around a cmake 2.6 issue when building on OSXBenjamin Reed
2008-04-13gcc 4.3 has the no-threadsafe-statics bug fixedDirk Mueller
2008-04-02-cmake 2.5 is not supported anymoreAlexander Neundorf
2008-03-27print a warning for those using cmake 2.5, next monday this will become an errorAlexander Neundorf
2008-03-27never skip cmake_minimum_required(), otherwise cmake 2.6 generates warningsAlexander Neundorf
2008-03-22add a DEMO_INSTALL_DIR variable, as a place to install demos.Allen Winter
2008-03-14-revert the last commit, it can be better changed in cmakes FindKDE4.cmakeAlexander Neundorf
2008-03-13-under Windows, find the install location relative to the installed FindKDE4I...Alexander Neundorf
2008-02-26The Intel C++ compiler option -Ob is deprecated.Allen Winter
2008-02-20-don't put LINK_DIRECTORIES() into the installed KDELibsDependencies.cmake file,Alexander Neundorf
2008-02-20-give a useful error message if somebody is using an old cmake cvs, which doe...Alexander Neundorf
2008-02-20cmake 2.6 is stricter, it checks whether there are targets with multiple names. Alexander Neundorf
2008-02-18fix documentation formattingAlexander Neundorf
2008-02-18LIB_INSTALL_DIR -> INSTALL_TARGETS_DEFAULT_ARGSChristian Ehrlicher
2008-02-17Bump minimum required version of Qt to 4.4.0.Matt Rogers
2008-02-12Fix cmake file.Andras Mantia
2008-02-12- win32 compile fix: kdecore's CMakeLists.txt says that kdefakes is only buil...Ralf Habacker
2008-02-02Place Qt includes before platform/X11 includesDavid Johnson
2008-01-29adjust order of includesDavid Johnson
2008-01-15say "4.1" when finding the internal include or lib.Allen Winter
2008-01-15fix itAlexander Neundorf
2008-01-14change find include dir message to be less specific about the KDE 4 minor ver...Allen Winter
2008-01-13set USE_FULL_RPATH to OFF for APPLE since anything else leaves us with bad in...Benjamin Reed
2008-01-12turn off Intel C/C++ compiler remarks. they are a nuisance.Allen Winter
2008-01-12add -Wall to the Intel C/C++ compiler optionsAllen Winter
2007-12-20turn-off all debugging messages in "Release Mode"Allen Winter
2007-12-19-better commentAlexander Neundorf
2007-12-18fix commentAlexander Neundorf
2007-12-18Fixup for the nodefault lib msvc stuff, it now uses the same method we use in...Shane King
2007-12-17make the option KDE4_USE_ALWAYS_FULL_RPATH default to TRUE, so shared libs wi...Alexander Neundorf
2007-12-17As discussed on kde-buildsystem, add --enable-new-dtags to the linker flags o...David Faure
2007-12-14minor win32 msvc fixRalf Habacker