aboutsummaryrefslogtreecommitdiff
path: root/modules/FindPhonon.cmake
AgeCommit message (Collapse)Author
2011-06-30Move the modules, modules-test and systeminfo subdirs into 'attic'Allen Winter
2010-03-14-unbreak: when using HINTS, NO_DEFAULT_PATHS etc. should not be used anymore...Alexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1103254
2010-03-14-add a copy of FindPackageHandleStandardArgs, which adds checking the ↵Alexander Neundorf
version numbers, so you get this automatically in all modules which use find_package_handle_standard_args() Alex svn path=/trunk/KDE/kdelibs/; revision=1103184
2010-03-14-simplify FindPhonon.cmakeAlexander Neundorf
Alex svn path=/trunk/KDE/kdelibs/; revision=1103155
2009-12-01Find Phonon include directory on Qt with Frameworks.Mike Arthur
svn path=/trunk/KDE/kdelibs/; revision=1057166
2009-06-02it helps to check in the right file when editing in 2 different places :PBenjamin Reed
svn path=/trunk/KDE/kdelibs/; revision=976876
2009-06-02if PHONON_INCLUDE_DIR is a framework directory on Mac OS X, we need to ↵Benjamin Reed
include the Headers/ subdir to read the .h file directly svn path=/trunk/KDE/kdelibs/; revision=976874
2008-12-03I have no idea why that line is commented out...Matthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=892147
2008-11-18figure out the Phonon version and put it in PHONON_VERSIONMatthias Kretz
svn path=/trunk/KDE/kdelibs/; revision=886287
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