aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-30 18:25:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-30 18:25:48 +0000
commitf3a877d68f0899073007fea451b946583995805e (patch)
treeb41a8f42d98f8ee2f88514f57e821db6c922c5d5 /src
parentcd1191093f7bf671384ae8cfe41cca6772ba8229 (diff)
downloadqmmp-f3a877d68f0899073007fea451b946583995805e.tar.gz
qmmp-f3a877d68f0899073007fea451b946583995805e.tar.bz2
qmmp-f3a877d68f0899073007fea451b946583995805e.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9123 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/plugins/General/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/plugins/General/CMakeLists.txt b/src/plugins/General/CMakeLists.txt
index c210adf8a..a6c63ea6f 100644
--- a/src/plugins/General/CMakeLists.txt
+++ b/src/plugins/General/CMakeLists.txt
@@ -17,7 +17,7 @@ SET(USE_SB TRUE CACHE BOOL "enable/disable stream browser plugin")
SET(USE_TRACKCHANGE TRUE CACHE BOOL "enable/disable track change plugin")
SET(USE_COPYPASTE TRUE CACHE BOOL "enable/disable copy/paste change plugin")
SET(USE_HISTORY TRUE CACHE BOOL "enable/disable history plugin")
-SET(USE_SLEEPINHBITOR TRUE CACHE BOOL "enable/disable sleep mode inhibition plugin")
+SET(USE_SLEEPINHIBITOR TRUE CACHE BOOL "enable/disable sleep mode inhibition plugin")
SET(USE_TASKBAR TRUE CACHE BOOL "enable/disable taskbar plugin (Windows)")
SET(USE_RDETECT TRUE CACHE BOOL "enable/disable rdetect plugin (Windows)")
@@ -97,9 +97,9 @@ IF(USE_HISTORY AND Qt5Sql_FOUND)
add_subdirectory(history)
ENDIF(USE_HISTORY AND Qt5Sql_FOUND)
-IF(USE_SLEEPINHBITOR AND Qt5DBus_FOUND)
+IF(USE_SLEEPINHIBITOR AND Qt5DBus_FOUND)
add_subdirectory(sleepinhibitor)
-ENDIF(USE_SLEEPINHBITOR AND Qt5DBus_FOUND)
+ENDIF(USE_SLEEPINHIBITOR AND Qt5DBus_FOUND)
IF(USE_TASKBAR AND Qt5WinExtras_FOUND)
add_subdirectory(taskbar)