aboutsummaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Collapse)Author
2008-06-04Make it possible to specify where phonon is (e.g. using CMAKE_PREFIX_PATH ↵David Faure
with cmake-2.6, or CMAKE_LIBRARY_PATH with 2.4) : As discussed on kde-buildsystem: first look at CMAKE_PREFIX_PATH, then at the suggested PATHS (kde4 install dir) then at the default system locations (CMAKE_SYSTEM_PREFIX_PATH, i.e. /usr etc.). Brad says the next version of cmake will have a more convenient way of implementing this search order. svn path=/trunk/KDE/kdelibs/; revision=816902
2008-06-03As discussed with Dirk, make the link interface empty by default, i.e. by ↵Alexander Neundorf
default apps linking to libfoo won't be linked to the libs libfoo.so links against too anymore. This can be enabled by setting with the option KDE4_ENABLE_EXPERIMENTAL_LIB_EXPORT. If enabled, this currently breaks already kdelibs and probably other modules too. Dirk will test. Alex CCMAIL: mueller@kde.org CCMAIL: modestas@vainius.eu svn path=/trunk/KDE/kdelibs/; revision=816409
2008-06-03-ignore the previous commit and its comment...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=816407
2008-06-03hmmm, that optimization with skipping basically everything on a second run ↵Alexander Neundorf
has its problems, e.g. if an OPTION() is added later on it doesn't get noticed because it is skipped so, this is not really a fix, it just excludes the options from being skipped Alex svn path=/trunk/KDE/kdelibs/; revision=816406
2008-06-02-search in more directoriesAlexander Neundorf
Alex CCMAIL: faure@kde.org svn path=/trunk/KDE/kdelibs/; revision=815981
2008-05-29wrong docu is worse than no docuDavid Faure
svn path=/trunk/KDE/kdelibs/; revision=814252
2008-05-28-always setup the policies if CMAKE_MINIMUM_REQUIRED() was executedAlexander Neundorf
(this should silence the warnings e.g. in kdebase) Alex svn path=/trunk/KDE/kdelibs/; revision=813924
2008-05-28-also list the tiff file as outputAlexander Neundorf
-the OUTPUT files are deleted automatically on "make clean", so no need to add them explicitely Alex svn path=/trunk/KDE/kdelibs/; revision=813894
2008-05-28also mention where the includes were found and Dirk Mueller
mark it as advanced svn path=/trunk/KDE/kdelibs/; revision=813677
2008-05-28add phonon includes back to KDE4_INCLUDES otherwise sourceDirk Mueller
compatibility is broken, especially when phonon is installed in a different prefix svn path=/trunk/KDE/kdelibs/; revision=813676
2008-05-27-use /Applications/KDE4 (instead of /Applications/KDE ) as default install ↵Alexander Neundorf
directory for application bundles on OSX Alex CCMAIL: rangerrick@gmail.com svn path=/trunk/KDE/kdelibs/; revision=813534
2008-05-27require Phonon: better error messagesMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813267
2008-05-26now it should be fully compatible againMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813026
2008-05-26try harder to find the right directoryMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813024
2008-05-26upsMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813013
2008-05-26find and use installed PhononMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813005
2008-05-23-use BUNDLE DESTINATION on all cmake versions starting with 2.6, i.e. also 2.7Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=811505
2008-05-22make DBus work with Qt4 as frameworksAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=811204
2008-05-22Search nepomuk/global.h which is in kde 4.1 and not in kde 4.0Laurent Montel
because some guy has a kde4.0 with headers, but kde4.1 doesn't compile (kdebase/dolphin) with old nepomuk. It will fix check. svn path=/trunk/KDE/kdelibs/; revision=811179
2008-05-20revert exiting if SM or ICE isn't found.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=810500
2008-05-20be extra careful about libICE and libSM prerequisites since manyAllen Winter
distros have separate development packages for these. complain if they aren't installed. CCMAIL: kde-buildsystem@kde.org svn path=/trunk/KDE/kdelibs/; revision=810372
2008-05-20perform discovery on X11/SM.Allen Winter
svn path=/trunk/KDE/kdelibs/; revision=810354
2008-05-14We need at least version 0.5.9 because of some serious bug fixes.Jos van den Oever
svn path=/trunk/KDE/kdelibs/; revision=807822
2008-05-14the _dummy.cpp file for kdeinit executables doesn't need to have automoc4 to ↵Matthias Kretz
run on it svn path=/trunk/KDE/kdelibs/; revision=807733
2008-05-10-use automoc4 from kdesupport if available, otherwise fallback to the one ↵Alexander Neundorf
from kdelibs. In a few weeks automoc4 from kdesupport will be required. Alex CCMAIL: kretz@kde.org svn path=/trunk/KDE/kdelibs/; revision=806300
2008-05-10-rename KDE4_GET/SET_CUSTOM_PROPERTY() to _KDE4..., so they are clearly ↵Alexander Neundorf
marked as internal and not for public use Alex svn path=/trunk/KDE/kdelibs/; revision=806159
2008-05-08add two more include dirsChristian Ehrlicher
can't we switch to FindBoost from cmake 2.6.0? CCMAIL: neundorf@kde.org svn path=/trunk/KDE/kdelibs/; revision=805536
2008-04-28major rewrite:Allen Winter
- Nepomuk depends on Soprano, so we check for Soprano too, if not already checked for. IOW: you no longer need to check for Soprano separately first in order to successfully use Nepomuk. - use FindPackageHandleStandardArgs() svn path=/trunk/KDE/kdelibs/; revision=802159
2008-04-26more syncing with cmake cvsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=801586
2008-04-26-minor syncing with FindQt4.cmake from cmake cvsAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=801584
2008-04-26-add FindBoost.cmake from cmake 2.4.5, since the one from 2.6.9RC9 has a ↵Alexander Neundorf
problem with the cmake policies Alex svn path=/trunk/KDE/kdelibs/; revision=801447
2008-04-25...this one too, install the new dummy file for windows kdeinitAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=801181
2008-04-25-modify kde4_add_kdeinit_executable() so that under windows no longer a ↵Alexander Neundorf
shared lib is created, but just a static library (which doesn't have to be installed), but which is used for linking, see discussion on kde-buildsystem Alex svn path=/trunk/KDE/kdelibs/; revision=801179
2008-04-25-lowercasingAlexander Neundorf
-remove KDE4_ADD_TEST_EXECUTABLE(), which was deprecated and disabled before KDE 4.0.0 Alex svn path=/trunk/KDE/kdelibs/; revision=801160
2008-04-25-this file will be required by the modified kde4_add_kdeinit_executable() ↵Alexander Neundorf
for windows Alex svn path=/trunk/KDE/kdelibs/; revision=801155
2008-04-22Fix compile errorEckhart Wörner
svn path=/trunk/KDE/kdelibs/; revision=799638
2008-04-21-add BUNDLE_INSTALL_DIR for OSX, location where application bundles will be ↵Alexander Neundorf
installed Alex svn path=/trunk/KDE/kdelibs/; revision=799615
2008-04-21SVN_SILENT: forgot to remove this line - no longer neededChristian Ehrlicher
svn path=/trunk/KDE/kdelibs/; revision=799496
2008-04-21use the wonderful magic of 'PATH_SUFFIXES' to not forget about 'freetype2' ↵Christian Ehrlicher
directory anymore svn path=/trunk/KDE/kdelibs/; revision=799493
2008-04-16don't put set variables into the CACHE, per Brad KingAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=797757
2008-04-15Provide variables for detection & use of public KJS API.Harri Porten
svn path=/trunk/KDE/kdelibs/; revision=797436
2008-04-14revert the BUNDLE thing for now, apparently it is not backwards-compatible ↵Benjamin Reed
with cmake 2.4 svn path=/trunk/KDE/kdelibs/; revision=797071
2008-04-14work around a cmake 2.6 issue when building on OSXBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=797065
2008-04-14remove CACHE STRING here tooAllen Winter
svn path=/trunk/KDE/kdelibs/; revision=797051
2008-04-14remove CACHE STRING, which can cause problems.Allen Winter
per Brad King. svn path=/trunk/KDE/kdelibs/; revision=797050
2008-04-13gcc 4.3 has the no-threadsafe-statics bug fixedDirk Mueller
svn path=/trunk/KDE/kdelibs/; revision=796352
2008-04-13it seems like this is the culprit for breaking allDirk Mueller
KDE modules if using cmake 2.6 svn path=/trunk/KDE/kdelibs/; revision=796351
2008-04-12Fall back to also asking pkg-config for PCRE.Harri Porten
svn path=/trunk/KDE/kdelibs/; revision=796136
2008-04-11Find Qt also on OSX when compiled without frameworks, but with debugging.Till Adam
svn path=/trunk/KDE/kdelibs/; revision=795721
2008-04-04Fixed an strange behaviour on the plasma finder.Aleix Pol Gonzalez
svn path=/trunk/KDE/kdelibs/; revision=793596