]> git.pld-linux.org Git - packages/phonon.git/blame - fix-plugindir-for-qt-app.patch
- up to 4.8.2
[packages/phonon.git] / fix-plugindir-for-qt-app.patch
CommitLineData
fb39e774
AM
1--- a/phonon/CMakeLists.txt
2+++ b/phonon/CMakeLists.txt
3@@ -78,7 +78,7 @@ if (PHONON_NO_PLATFORMPLUGIN)
4 add_definitions(-DQT_NO_PHONON_PLATFORMPLUGIN)
5 endif (PHONON_NO_PLATFORMPLUGIN)
6
7-add_definitions(-DPHONON_LIBRARY_PATH="${PLUGIN_INSTALL_DIR}/plugins")
8+add_definitions(-DPHONON_LIBRARY_PATH="${CMAKE_INSTALL_PREFIX}/${PLUGIN_INSTALL_DIR}/plugins")
9
10 automoc4_add_library(phonon SHARED ${phonon_LIB_SRCS})
11 target_link_libraries(phonon ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY})
This page took 0.118418 seconds and 4 git commands to generate.