aboutsummaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindPhonon.cmake
Commit message (Expand)AuthorAgeFilesLines
* - small cleanup to FindPhonon.cmake•••- move kde check around, if that still breaks, i know a better way to fix that then moving it back it fixes a display bug where Qt4_FOUND was never validated, but it somehow worked anyway - maybe fix #1428, if WANT_QT4 is not specified, Qt5 isn't there, but Qt4 is found just use that. (for now) - add some (currently useless) product values, looks like this will turn into a guessing game since they are undocumented (and on top of that, the api is deprecated (and the new api is useless for us, yay)) git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6366 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2013-10-281-1/+0
* - some files were missing newlines, add them•••- sync FindPhonon.cmake with upstream git at 14d09398b68006d75187e4b690f979e267735001 edited a bit for a revised debug handling, needs testing, though. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6268 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2012-10-041-52/+19
* Fix the phonon fix?•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6030 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-01-051-1/+1
* When building in debug mode try to use the debug phonon library•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6026 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Szymon Tomasz Stefanek2012-01-051-0/+9
* merge from KDE r1057166: Find Phonon include directory on Qt with Frameworks.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3658 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2009-12-031-1/+1
* small mingw fixes: phonon detection and avoid double moc inclusion•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3657 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Fabio Bas2009-12-031-2/+2
* merge from kde trunk (r976874,976876)•••- if PHONON_INCLUDE_DIR is a framework directory on Mac OS X, we need to include the Headers/ subdir to read the .h file directly git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3375 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Robert Förster2009-07-241-1/+5
* [KVIrc] (trunk) Reduce number of shipped CMake modules and disable•••Python by default. KVIrc requires CMake 2.6 to build, the following modules are shipped with CMake (partly even in newer versions). - FindSubversion.cmake: part of CMake since 2.4, not needed anymore. - FindPackageHandleStandardArgs.cmake: available since 2.6.0. - FindSharedMimeInfo.cmake and MacroEnsureVersion.cmake: Only used if KDE4_FOUND is true and then we should use the KDE versions of those files. Updated: - FindPhonon.cmake: Synced to upstream's (KDE) version, though I'm not sure it ever worked as expected, if KDE isn't installed. - FindPython.cmake was updated to use FindPython{Interp,Libs}.cmake shipped with CMake. Python is not implemented yet, therefore we don't need to configure KVIrc for it. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3374 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Kai Wasserbäch2009-07-241-4/+13
* Added kubuntu paths to FindPhonon.cmake•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2662 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-10-061-2/+3
* Added Phonon cmake module from KDE4, now using it.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@2177 17fca916-40b9-46aa-a4ea-0a15b648b75c Gravatar Voker572008-08-041-0/+57