aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-30 14:21:02 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2019-11-30 14:21:02 +0000
commit826c949fb59c46e9e948d8a758cc036053a1d3b1 (patch)
tree740e6da4b8d5bd8bf47504fdb46b896f90ba9e40 /src
parent98e9333c2991b69a9f21640c1b78432b82104534 (diff)
downloadqmmp-826c949fb59c46e9e948d8a758cc036053a1d3b1.tar.gz
qmmp-826c949fb59c46e9e948d8a758cc036053a1d3b1.tar.bz2
qmmp-826c949fb59c46e9e948d8a758cc036053a1d3b1.zip
updated qmake files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9120 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-rw-r--r--src/plugins/General/General.pro7
-rw-r--r--src/plugins/General/sleepinhibitor/sleepinhibitorfactory.cpp1
2 files changed, 5 insertions, 3 deletions
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro
index 1f4290b30..9a9e2af14 100644
--- a/src/plugins/General/General.pro
+++ b/src/plugins/General/General.pro
@@ -16,8 +16,7 @@ SUBDIRS += statusicon \
unix:SUBDIRS += mpris \
kdenotify \
converter \
- gnomehotkey \
- sleepinhibitor
+ gnomehotkey
contains(CONFIG, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
@@ -27,6 +26,10 @@ contains(CONFIG, HAL_PLUGIN){
unix:SUBDIRS += hal
}
+contains(CONFIG, SLEEP_INHIBITOR_PLUGIN){
+ unix:SUBDIRS += sleepinhibitor
+}
+
contains(CONFIG, HISTORY_PLUGIN){
SUBDIRS += history
}
diff --git a/src/plugins/General/sleepinhibitor/sleepinhibitorfactory.cpp b/src/plugins/General/sleepinhibitor/sleepinhibitorfactory.cpp
index 2b7d3b707..c01b0ef85 100644
--- a/src/plugins/General/sleepinhibitor/sleepinhibitorfactory.cpp
+++ b/src/plugins/General/sleepinhibitor/sleepinhibitorfactory.cpp
@@ -18,7 +18,6 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *
***************************************************************************/
-
#include <QMessageBox>
#include "sleepinhibitor.h"
#include "sleepinhibitorfactory.h"