diff options
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/hal/hal.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkey.pro | 4 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/lyrics.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/mpris/mpris.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/notifier/notifier.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/rgscan/rgscan.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/scrobbler.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/statusicon.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/trackchange/trackchange.pro | 4 | ||||
| -rw-r--r-- | src/plugins/General/udisks/udisks.pro | 3 | ||||
| -rw-r--r-- | src/plugins/General/udisks2/udisks2.pro | 3 |
13 files changed, 25 insertions, 15 deletions
diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index f68c2edf0..3ad52ba04 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/hal QT += dbus -CONFIG += link_qmmpui HEADERS += halfactory.h \ halplugin.h \ @@ -19,6 +18,7 @@ SOURCES += halfactory.cpp \ FORMS += settingsdialog.ui +LIBS += $$QMMPUI_LIB RESOURCES = translations/translations.qrc diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index b815d906f..7195a5811 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -2,8 +2,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/hotkey
-CONFIG += link_qmmpui
-
HEADERS += hotkeyfactory.h \
hotkeymanager.h \
settingsdialog.h \
@@ -20,6 +18,8 @@ FORMS += settingsdialog.ui \ RESOURCES = translations/translations.qrc
+LIBS += $$QMMPUI_LIB
+
unix {
target.path = $$LIB_DIR/qmmp/General
INSTALLS += target
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 259a166a6..35b3ce238 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -6,7 +6,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/kdenotify QT += dbus -CONFIG += link_qmmpui SOURCES += kdenotifyfactory.cpp \ kdenotify.cpp \ @@ -20,6 +19,8 @@ FORMS += settingsdialog.ui RESOURCES += translations/translations.qrc +LIBS += $$QMMPUI_LIB + target.path = $$LIB_DIR/qmmp/General images.files = images/app_icon.png \ images/empty_cover.png diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index 68c0bdf1f..0bdf0b4e1 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/lyrics QT += network -CONFIG += link_qmmpui HEADERS += lyricsfactory.h \ lyrics.h \ @@ -17,6 +16,8 @@ FORMS += lyricswindow.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 21ec80737..3a64048aa 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/mpris QT += dbus -CONFIG += link_qmmpui HEADERS += mprisfactory.h \ mpris.h \ @@ -23,5 +22,7 @@ SOURCES += mprisfactory.cpp \ RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + target.path = $$LIB_DIR/qmmp/General INSTALLS += target diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 971d85f7b..5a92fce11 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/notifier -CONFIG += link_qmmpui HEADERS += notifierfactory.h \ notifier.h \ @@ -18,6 +17,8 @@ FORMS += settingsdialog.ui RESOURCES = notifier_images.qrc \ translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { PKGCONFIG += x11 target.path = $$LIB_DIR/qmmp/General diff --git a/src/plugins/General/rgscan/rgscan.pro b/src/plugins/General/rgscan/rgscan.pro index 974b922f7..8ceefd0bd 100644 --- a/src/plugins/General/rgscan/rgscan.pro +++ b/src/plugins/General/rgscan/rgscan.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/rgscan -CONFIG += link_qmmpui HEADERS += rgscanfactory.h \ rgscanhelper.h \ @@ -19,6 +18,8 @@ FORMS += rgscandialog.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { PKGCONFIG += taglib target.path = $$LIB_DIR/qmmp/General diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index c5881d316..9abd9c812 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/scrobbler QT += network -CONFIG += link_qmmpui HEADERS += scrobblerfactory.h \ settingsdialog.h \ @@ -22,6 +21,8 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index ff6ef6d07..dd0ca0999 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/statusicon -CONFIG += link_qmmpui HEADERS += statusiconfactory.h \ statusicon.h \ @@ -22,6 +21,8 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc \ images/tray_images.qrc +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target diff --git a/src/plugins/General/streambrowser/streambrowser.pro b/src/plugins/General/streambrowser/streambrowser.pro index 4239174c3..75680c8fb 100644 --- a/src/plugins/General/streambrowser/streambrowser.pro +++ b/src/plugins/General/streambrowser/streambrowser.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/streambrowser QT += network -CONFIG += link_qmmpui HEADERS += streambrowserfactory.h \ streambrowser.h \ @@ -17,6 +16,8 @@ FORMS += streamwindow.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target diff --git a/src/plugins/General/trackchange/trackchange.pro b/src/plugins/General/trackchange/trackchange.pro index 681a4cabc..9dba6c5b9 100644 --- a/src/plugins/General/trackchange/trackchange.pro +++ b/src/plugins/General/trackchange/trackchange.pro @@ -2,8 +2,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/trackchange -CONFIG += link_qmmpui - HEADERS += trackchangefactory.h \ trackchange.h \ settingsdialog.h @@ -16,6 +14,8 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target diff --git a/src/plugins/General/udisks/udisks.pro b/src/plugins/General/udisks/udisks.pro index edbe94272..e45c95554 100644 --- a/src/plugins/General/udisks/udisks.pro +++ b/src/plugins/General/udisks/udisks.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/udisks QT += dbus -CONFIG += link_qmmpui HEADERS += udisksfactory.h \ udisksplugin.h \ @@ -21,5 +20,7 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + target.path = $$LIB_DIR/qmmp/General INSTALLS += target diff --git a/src/plugins/General/udisks2/udisks2.pro b/src/plugins/General/udisks2/udisks2.pro index ff30fe707..86f08b3b9 100644 --- a/src/plugins/General/udisks2/udisks2.pro +++ b/src/plugins/General/udisks2/udisks2.pro @@ -3,7 +3,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/udisks2 QT += dbus -CONFIG += link_qmmpui HEADERS += udisks2factory.h \ udisks2plugin.h \ @@ -21,5 +20,7 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + target.path = $$LIB_DIR/qmmp/General INSTALLS += target |
