From d6371004d1a723a6657a44aa22677e8848e28e85 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 4 Nov 2019 13:36:09 +0000 Subject: fixed cmake support (#1022) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9094 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General/CMakeLists.txt') diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt index 71dd3a686..f6c81baf5 100644 --- a/src/plugins/General/CMakeLists.txt +++ b/src/plugins/General/CMakeLists.txt @@ -41,7 +41,7 @@ add_subdirectory(notifier) ENDIF(USE_NOTIFIER) IF(USE_LYRICS) -#add_subdirectory(lyrics) +add_subdirectory(lyrics) ENDIF(USE_LYRICS) IF(USE_HAL AND Qt5DBus_FOUND) -- cgit v1.2.3-13-gbd6f