aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/statusicon
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/statusicon')
-rw-r--r--src/plugins/General/statusicon/statusicon.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro
index 3da40e0b6..4228d60f6 100644
--- a/src/plugins/General/statusicon/statusicon.pro
+++ b/src/plugins/General/statusicon/statusicon.pro
@@ -1,5 +1,4 @@
include(../../plugins.pri)
-INCLUDEPATH += ../../../../src
CONFIG += warn_on \
plugin
unix:TARGET = $$PLUGINS_PREFIX/General/statusicon
@@ -7,19 +6,16 @@ unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libstatusicon.so
win32:TARGET = $$PLUGINS_PREFIX/General/statusicon
TEMPLATE = lib
unix {
- QMAKE_LIBDIR += ../../../../lib
LIBS += -lqmmpui \
-lqmmp
}
win32 {
- QMAKE_LIBDIR += ../../../../bin
LIBS += -lqmmpui0 \
-lqmmp0
}
RESOURCES = translations/translations.qrc
unix {
- isEmpty(LIB_DIR):LIB_DIR = /lib
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
}