diff options
| author | 2008-05-11 02:30:19 +0000 | |
|---|---|---|
| committer | 2008-05-11 02:30:19 +0000 | |
| commit | 07096a364af5c098303064c4c7b5927bd9d41c37 (patch) | |
| tree | 0248375b6a862d211746dc638724f031cbd926b5 /src/modules/snd/libkvisnd.cpp | |
| parent | re-activated language module and started implementing its functions (diff) | |
| download | KVIrc-07096a364af5c098303064c4c7b5927bd9d41c37.tar.gz KVIrc-07096a364af5c098303064c4c7b5927bd9d41c37.tar.bz2 KVIrc-07096a364af5c098303064c4c7b5927bd9d41c37.zip | |
Use CMAKE_INSTALL_PREFIX instead of INSTALL_PREFIX. Also hopefully fix out of source builds.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1744 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/snd/libkvisnd.cpp')
| -rw-r--r-- | src/modules/snd/libkvisnd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/snd/libkvisnd.cpp b/src/modules/snd/libkvisnd.cpp index c38673a15..482af087c 100644 --- a/src/modules/snd/libkvisnd.cpp +++ b/src/modules/snd/libkvisnd.cpp @@ -42,9 +42,9 @@ #include <Phonon/Path> #include <Phonon/Global> #else //!COMPILE_KDE_SUPPORT - #include <Phonon> + #include <phonon> #endif //!COMPILE_KDE_SUPPORT -Phonon::MediaObject * g_pPhononPlayer=0; + Phonon::MediaObject * g_pPhononPlayer=0; #endif //!COMPILE_PHONON_SUPPORT #ifdef COMPILE_ON_WINDOWS |
