aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-30 14:53:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-30 14:53:23 +0000
commit0169676548cc5b342f0d7335ca9bda6079ed42e8 (patch)
tree4ac5144846b16765797aa23f374b3ddbaf6021c2
parent826c949fb59c46e9e948d8a758cc036053a1d3b1 (diff)
downloadqmmp-0169676548cc5b342f0d7335ca9bda6079ed42e8.tar.gz
qmmp-0169676548cc5b342f0d7335ca9bda6079ed42e8.tar.bz2
qmmp-0169676548cc5b342f0d7335ca9bda6079ed42e8.zip
fixed qmake files style
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9121 90c681e8-e032-0410-971d-27865f9a5e38
-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
}