diff options
| -rw-r--r-- | qmmp.pri | 2 | ||||
| -rw-r--r-- | src/plugins/General/General.pro | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 } |
