aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPhonon.cmake
AgeCommit message (Collapse)Author
2008-06-04don't search in KDE4_LIB_DIR and KDE4_INCLUDE_DIR, since they point to the ↵Alexander Neundorf
kdelibs build/source dir when used inside kdelibs, KDE4_LIB_INSTALL_DIR and KDE4_INCLUDE_INSTALL_DIR should always have the same value, but be empty inside kdelibs. Alex svn path=/trunk/KDE/kdelibs/; revision=816915
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-05-28also mention where the includes were found and Dirk Mueller
mark it as advanced svn path=/trunk/KDE/kdelibs/; revision=813677
2008-05-27require Phonon: better error messagesMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=813267
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