aboutsummaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/FileDialogs/TwoPanelFileDialog/TwoPanelFileDialog.pro2
-rw-r--r--src/plugins/General/converter/converter.pro4
-rw-r--r--src/plugins/General/copypaste/copypaste.pro2
-rw-r--r--src/plugins/General/covermanager/covermanager.pro2
-rw-r--r--src/plugins/General/fileops/fileops.pro2
-rw-r--r--src/plugins/General/gnomehotkey/gnomehotkey.pro2
-rw-r--r--src/plugins/Input/cdaudio/cdaudio.pro2
-rw-r--r--src/plugins/Input/flac/flac.pro2
-rw-r--r--src/plugins/Transports/mms/mms.pro2
9 files changed, 7 insertions, 13 deletions
diff --git a/src/plugins/FileDialogs/TwoPanelFileDialog/TwoPanelFileDialog.pro b/src/plugins/FileDialogs/TwoPanelFileDialog/TwoPanelFileDialog.pro
index b4e983261..02427f26f 100644
--- a/src/plugins/FileDialogs/TwoPanelFileDialog/TwoPanelFileDialog.pro
+++ b/src/plugins/FileDialogs/TwoPanelFileDialog/TwoPanelFileDialog.pro
@@ -11,7 +11,7 @@ SOURCES += twopanelfiledialog.cpp \
FORMS += twopanelfiledialog.ui
-LIBS += -lqmmpui
+LIBS += $$QMMPUI_LIB
RESOURCES += translations/translations.qrc
diff --git a/src/plugins/General/converter/converter.pro b/src/plugins/General/converter/converter.pro
index ef617cd4e..f1ff74e88 100644
--- a/src/plugins/General/converter/converter.pro
+++ b/src/plugins/General/converter/converter.pro
@@ -2,8 +2,6 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/General/converter
-
-
HEADERS += converterfactory.h \
converterhelper.h \
converterdialog.h \
@@ -21,7 +19,7 @@ FORMS += converterdialog.ui \
RESOURCES = translations/translations.qrc presets.qrc
-LIBS += -lqmmpui
+LIBS += $$QMMPUI_LIB
PKGCONFIG += taglib
unix{
diff --git a/src/plugins/General/copypaste/copypaste.pro b/src/plugins/General/copypaste/copypaste.pro
index 95c724d04..1f1a2041a 100644
--- a/src/plugins/General/copypaste/copypaste.pro
+++ b/src/plugins/General/copypaste/copypaste.pro
@@ -10,7 +10,7 @@ SOURCES += copypastefactory.cpp \
RESOURCES = translations/translations.qrc
-LIBS += -lqmmpui
+LIBS += $$QMMPUI_LIB
unix {
target.path = $$LIB_DIR/qmmp/General
diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro
index c147e5a41..ef34f3302 100644
--- a/src/plugins/General/covermanager/covermanager.pro
+++ b/src/plugins/General/covermanager/covermanager.pro
@@ -15,7 +15,7 @@ SOURCES += covermanagerfactory.cpp \
RESOURCES = translations/translations.qrc \
images/cm_images.qrc
-LIBS += -lqmmpui
+LIBS += $$QMMPUI_LIB
unix {
target.path = $$LIB_DIR/qmmp/General
diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro
index a3252b689..d4cff98ba 100644
--- a/src/plugins/General/fileops/fileops.pro
+++ b/src/plugins/General/fileops/fileops.pro
@@ -17,7 +17,7 @@ FORMS += settingsdialog.ui \
RESOURCES = translations/translations.qrc
-LIBS += -lqmmpui
+LIBS += $$QMMPUI_LIB
unix {
target.path = $$LIB_DIR/qmmp/General
diff --git a/src/plugins/General/gnomehotkey/gnomehotkey.pro b/src/plugins/General/gnomehotkey/gnomehotkey.pro
index 7bafffe5f..fa067f2b3 100644
--- a/src/plugins/General/gnomehotkey/gnomehotkey.pro
+++ b/src/plugins/General/gnomehotkey/gnomehotkey.pro
@@ -12,7 +12,7 @@ SOURCES += gnomehotkeyfactory.cpp \
RESOURCES = translations/translations.qrc
-LIBS += -lqmmpui
+LIBS += $$QMMPUI_LIB
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
diff --git a/src/plugins/Input/cdaudio/cdaudio.pro b/src/plugins/Input/cdaudio/cdaudio.pro
index 5b53fe8b4..c6c49838a 100644
--- a/src/plugins/Input/cdaudio/cdaudio.pro
+++ b/src/plugins/Input/cdaudio/cdaudio.pro
@@ -14,8 +14,6 @@ FORMS += settingsdialog.ui
RESOURCES = translations/translations.qrc
-LIBS += -lqmmp
-
unix {
LIBS += -L/usr/lib -I/usr/include
PKGCONFIG += libcdio libcdio_cdda libcdio_paranoia libcddb
diff --git a/src/plugins/Input/flac/flac.pro b/src/plugins/Input/flac/flac.pro
index e5915ff09..01285ec27 100644
--- a/src/plugins/Input/flac/flac.pro
+++ b/src/plugins/Input/flac/flac.pro
@@ -16,8 +16,6 @@ SOURCES += decoder_flac.cpp \
RESOURCES = translations/translations.qrc
-LIBS += -lqmmp
-
unix {
target.path = $$LIB_DIR/qmmp/Input
INSTALLS += target
diff --git a/src/plugins/Transports/mms/mms.pro b/src/plugins/Transports/mms/mms.pro
index 56a800e09..f31d50727 100644
--- a/src/plugins/Transports/mms/mms.pro
+++ b/src/plugins/Transports/mms/mms.pro
@@ -18,7 +18,7 @@ FORMS += settingsdialog.ui
RESOURCES = translations/translations.qrc
-LIBS += -lqmmp -L/usr/lib
+LIBS += -L/usr/lib
PKGCONFIG += libmms
target.path = $$LIB_DIR/qmmp/Transports