Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates-src > by-pkgid > e68b3eb143edc33a00806a786117fcd3 > files > 5

clementine-1.3.1-10.git20191016.1.1.mga7.src.rpm

diff -up Clementine-fb00835468295925a6945a286406a2eec6bdb67a/CMakeLists.txt.use_qt5 Clementine-fb00835468295925a6945a286406a2eec6bdb67a/CMakeLists.txt
--- Clementine-fb00835468295925a6945a286406a2eec6bdb67a/CMakeLists.txt.use_qt5	2018-10-05 11:56:49.000000000 +0200
+++ Clementine-fb00835468295925a6945a286406a2eec6bdb67a/CMakeLists.txt	2018-10-22 22:03:51.464382146 +0200
@@ -350,8 +350,8 @@ endif(USE_SYSTEM_QTSINGLEAPPLICATION)
 
 # QtIoCompressor isn't patched, so we can use a system version if it's
 # available
-find_path(QTIOCOMPRESSOR_INCLUDE_DIRS qtiocompressor.h PATH_SUFFIXES QtSolutions)
-find_library(QTIOCOMPRESSOR_LIBRARIES QtSolutions_IOCompressor-2.3)
+find_path(QTIOCOMPRESSOR_INCLUDE_DIRS qtiocompressor.h PATH_SUFFIXES qt5/QtSolutions)
+find_library(QTIOCOMPRESSOR_LIBRARIES Qt5Solutions_IOCompressor-2.3)
 if(NOT QTIOCOMPRESSOR_INCLUDE_DIRS OR NOT QTIOCOMPRESSOR_LIBRARIES)
   add_subdirectory(3rdparty/qtiocompressor)
   set(QTIOCOMPRESSOR_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/qtiocompressor)