aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/General.pro6
-rw-r--r--src/plugins/General/statusicon/statusicon.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro
index 7263bff3a..b1316d360 100644
--- a/src/plugins/General/General.pro
+++ b/src/plugins/General/General.pro
@@ -2,9 +2,9 @@ SUBDIRS += statusicon \
notifier \
lyrics \
scrobbler \
- fileops \
- covermanager
+ fileops
unix:SUBDIRS += mpris \
hal \
- hotkey
+ hotkey \
+ covermanager
TEMPLATE = subdirs
diff --git a/src/plugins/General/statusicon/statusicon.h b/src/plugins/General/statusicon/statusicon.h
index ba3cd11e2..c7ff2e7ca 100644
--- a/src/plugins/General/statusicon/statusicon.h
+++ b/src/plugins/General/statusicon/statusicon.h
@@ -23,7 +23,7 @@
#include <QMap>
#include <qmmpui/general.h>
#include <qmmp/qmmp.h>
-#include <qmmptrayicon.h>
+#include "qmmptrayicon.h"
class SoundCore;
class MediaPlayer;