aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qmmp.pri2
-rw-r--r--src/plugins/General/General.pro2
2 files changed, 2 insertions, 2 deletions
diff --git a/qmmp.pri b/qmmp.pri
index b86d007d8..975e51ee5 100644
--- a/qmmp.pri
+++ b/qmmp.pri
@@ -86,7 +86,7 @@ CONFIG += SID_PLUGIN
CONFIG += QTMULTIMEDIA_PLUGIN
CONFIG += SHOUT_PLUGIN
CONFIG += HISTORY_PLUGIN
-CONFIG += SLEEP_INHIBITOR_PLUGIN
+CONFIG += SLEEPINHIBITOR_PLUGIN
#additional features
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro
index 9a9e2af14..69431038b 100644
--- a/src/plugins/General/General.pro
+++ b/src/plugins/General/General.pro
@@ -26,7 +26,7 @@ contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
-contains(CONFIG, SLEEP_INHIBITOR_PLUGIN){
+contains(CONFIG, SLEEPINHIBITOR_PLUGIN){
unix:SUBDIRS += sleepinhibitor
}