aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-31 18:30:48 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2017-08-31 18:30:48 +0000
commit26f36fbc097813b8576d8211254ad097dc148833 (patch)
tree2f5c69e7bf35dec516ee8a44929b9644409b0735 /src
parent005fb3df8263d1a2aa92666672dbb1567d039c89 (diff)
downloadqmmp-26f36fbc097813b8576d8211254ad097dc148833.tar.gz
qmmp-26f36fbc097813b8576d8211254ad097dc148833.tar.bz2
qmmp-26f36fbc097813b8576d8211254ad097dc148833.zip
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7427 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
-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