aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-02 13:21:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-02 13:21:22 +0000
commitd926747985f235f33ad2a7d654beceb688391e83 (patch)
tree9721087c205d8b6deba5ef3266479f22c39cf349 /src/plugins/General
parent59b45bbaf6a0c2d8f73415da3c0884146a788c0c (diff)
downloadqmmp-d926747985f235f33ad2a7d654beceb688391e83.tar.gz
qmmp-d926747985f235f33ad2a7d654beceb688391e83.tar.bz2
qmmp-d926747985f235f33ad2a7d654beceb688391e83.zip
fixed win32 build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8091 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/General.pro4
-rw-r--r--src/plugins/General/hotkey/hotkeymanager_win.cpp1
-rw-r--r--src/plugins/General/trackchange/trackchange.pro4
3 files changed, 3 insertions, 6 deletions
diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro
index 03727ba7d..022054166 100644
--- a/src/plugins/General/General.pro
+++ b/src/plugins/General/General.pro
@@ -8,13 +8,13 @@ SUBDIRS += statusicon \
covermanager \
streambrowser \
trackchange \
- hotkey \
copypaste \
rgscan
unix:SUBDIRS += mpris \
kdenotify \
converter \
- gnomehotkey
+ gnomehotkey \
+ hotkey
contains(CONFIG, UDISKS2_PLUGIN){
unix:SUBDIRS += udisks2
diff --git a/src/plugins/General/hotkey/hotkeymanager_win.cpp b/src/plugins/General/hotkey/hotkeymanager_win.cpp
index 44fdb6cb6..3edc818be 100644
--- a/src/plugins/General/hotkey/hotkeymanager_win.cpp
+++ b/src/plugins/General/hotkey/hotkeymanager_win.cpp
@@ -21,7 +21,6 @@
#include <QtGlobal>
#ifdef Q_OS_WIN
#include <QSettings>
-#include <QX11Info>
#include <QEvent>
#include <QKeyEvent>
#include <QCoreApplication>
diff --git a/src/plugins/General/trackchange/trackchange.pro b/src/plugins/General/trackchange/trackchange.pro
index af10e745b..0406e78af 100644
--- a/src/plugins/General/trackchange/trackchange.pro
+++ b/src/plugins/General/trackchange/trackchange.pro
@@ -8,9 +8,7 @@ unix : QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libtrackchange.so
TEMPLATE = lib
-unix : LIBS += -lqmmpui -lqmmp
-
-win32 : LIBS += -lqmmpui0 -lqmmp0
+LIBS += $${QMMPUI_LIB}
RESOURCES = translations/translations.qrc
unix {