diff --git a/ext/clementine-tagreader/CMakeLists.txt b/ext/clementine-tagreader/CMakeLists.txt index b88169697..cb38cc495 100644 --- a/ext/clementine-tagreader/CMakeLists.txt +++ b/ext/clementine-tagreader/CMakeLists.txt @@ -27,10 +27,10 @@ add_executable(clementine-tagreader target_link_libraries(clementine-tagreader ${TAGLIB_LIBRARIES} - ${QT_QTCORE_LIBRARY} - ${QT_QTNETWORK_LIBRARY} libclementine-common libclementine-tagreader + ${QT_QTCORE_LIBRARY} + ${QT_QTNETWORK_LIBRARY} ) if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d738e1302..2a0929137 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1346,6 +1346,7 @@ if (WIN32) tinysvcmdns qtwin dsound + ${QT_QTGUI_LIBRARY} ) endif (WIN32)