[phonon] /: Adhere to LIB_SUFFIX .

Michael Jansen kde at michael-jansen.biz
Wed Jun 29 18:19:39 CEST 2011


Git commit e9d88a450d945dc685aff86d6128d7ca7128bae9 by Michael Jansen.
Committed on 29/06/2011 at 18:22.
Pushed by mjansen into branch 'master'.

Adhere to LIB_SUFFIX .

Could we somehow get this in our collective minds to never use lib/ but lib${LIB_SUFFIX} ?

CCMAIL: kde-buildsystem at kde.org

M  +1    -1    CMakeLists.txt     

http://commits.kde.org/phonon/e9d88a450d945dc685aff86d6128d7ca7128bae9

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f502fe0..a58c805 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -78,7 +78,7 @@ if(PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT)
 else(PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT)
     # in this case, the values can be adjusted by the user e.g. via cmake-gui, so no FORCE
     set(PHONON_QT_MKSPECS_INSTALL_DIR  share/qt4/mkspecs/modules  CACHE PATH "The directory where Phonon mkspecs will be installed to." )
-    set(PHONON_QT_PLUGIN_INSTALL_DIR   lib/qt4/plugins/designer   CACHE PATH "The directory where Phonon Qt plugins will be installed to." )
+    set(PHONON_QT_PLUGIN_INSTALL_DIR   lib${LIB_SUFFIX}/qt4/plugins/designer   CACHE PATH "The directory where Phonon Qt plugins will be installed to." )
 endif(PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT)
 
 


More information about the Kde-buildsystem mailing list