From 1a6ea17bbf767bbbd5d6da50c1007f1278833e19 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 7 Jan 2021 18:03:17 +0000 Subject: fixed build regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9620 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 38ee086b9..0b9528952 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -110,6 +110,6 @@ IF(USE_RDETECT AND Qt5WinExtras_FOUND) add_subdirectory(rdetect) ENDIF(USE_RDETECT AND Qt5WinExtras_FOUND) -IF(USE_LIBRARY) -add_directory(library) -ENDIF(USE_LIBRARY) +IF(USE_LIBRARY AND Qt5Concurrent_FOUND) +add_subdirectory(library) +ENDIF(USE_LIBRARY AND Qt5Concurrent_FOUND) -- cgit v1.2.3-13-gbd6f