From 7599b5771feccf4b4ae4703778ad19b17b4cfc02 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Tue, 21 Nov 2017 13:25:33 +0100 Subject: [PATCH] Explicitly link qt to libclementine-common --- ext/libclementine-common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/libclementine-common/CMakeLists.txt b/ext/libclementine-common/CMakeLists.txt index a1b5c3d32..82e7829b1 100644 --- a/ext/libclementine-common/CMakeLists.txt +++ b/ext/libclementine-common/CMakeLists.txt @@ -35,6 +35,7 @@ add_library(libclementine-common STATIC ) target_link_libraries(libclementine-common + ${QT_LIBRARIES} ${TAGLIB_LIBRARIES} ${CMAKE_THREAD_LIBS_INIT} )