[Debichem-devel] Bug#790624: fix first link failure

Matthias Klose doko at debian.org
Sat Aug 29 08:04:26 UTC 2015


this one fixes the first link failure, however there are more later on ...
-------------- next part --------------
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!")


More information about the Debichem-devel mailing list