this one fixes the first link failure, however there are more later on ...
Index: b/cmake/OpenMSBuildSystem_externalLibs.cmake
===================================================================
--- a/cmake/OpenMSBuildSystem_externalLibs.cmake
+++ b/cmake/OpenMSBuildSystem_externalLibs.cmake
@@ -185,7 +185,7 @@ else()
set(phonon_extra)
message(STATUS "Not trying to find Phonon explicitly... If you run into
trouble with Qt Phonon, try to enable it in build system")
endif()
-FIND_PACKAGE(Qt4 REQUIRED QtXML QtNetwork QtSQL QtOpenGL QtSVG QtTest QtWebKit
${phonon_extra})
+FIND_PACKAGE(Qt4 REQUIRED QtCore QtXML QtNetwork QtSQL QtOpenGL QtSVG QtTest
QtWebKit ${phonon_extra})
IF (NOT QT4_FOUND)
message(STATUS "QT4 not found!")