diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/converter/converter.pro | 4 | ||||
| -rw-r--r-- | src/plugins/General/copypaste/copypaste.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/covermanager/covermanager.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/fileops/fileops.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/gnomehotkey/gnomehotkey.pro | 2 |
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 |
