aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
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/plugins/General
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/plugins/General')
-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
5 files changed, 5 insertions, 7 deletions
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