aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/CMakeLists.txt
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-10-03 19:56:56 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-10-03 19:56:56 +0000
commit00c75af2d94243249ff37168a980352fc6f65ebd (patch)
treef33772508df3aceca37e611e969d9a5e7602e71f /src/plugins/General/CMakeLists.txt
parent30142bc1aacc6e0f92f8bb6311bff2cab6168bb8 (diff)
downloadqmmp-00c75af2d94243249ff37168a980352fc6f65ebd.tar.gz
qmmp-00c75af2d94243249ff37168a980352fc6f65ebd.tar.bz2
qmmp-00c75af2d94243249ff37168a980352fc6f65ebd.zip
added lyrics providers
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9081 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/CMakeLists.txt')
-rw-r--r--src/plugins/General/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index f6c81baf5..71dd3a686 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)