diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-23 08:40:19 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-06-23 08:40:19 +0000 |
| commit | e7b2feaf474145eb26ea25bcce122f2a04bcd9fb (patch) | |
| tree | e28752bd4f525e98aaedb4064d68ffd2f33421d2 /src/plugins/General | |
| parent | a3403845d56de925c4e7ca53df17f013fe714337 (diff) | |
| download | qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.tar.gz qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.tar.bz2 qmmp-e7b2feaf474145eb26ea25bcce122f2a04bcd9fb.zip | |
changed plugin path (qmake)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8053 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
| -rw-r--r-- | src/plugins/General/converter/converter.pro | 2 | ||||
| -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 | ||||
| -rw-r--r-- | src/plugins/General/hal/hal.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/hotkey/hotkey.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/kdenotify.pro | 4 | ||||
| -rw-r--r-- | src/plugins/General/lyrics/lyrics.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/mpris/mpris.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/notifier/notifier.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/rgscan/rgscan.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/scrobbler/scrobbler.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/statusicon/statusicon.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/streambrowser/streambrowser.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/trackchange/trackchange.pro | 2 | ||||
| -rw-r--r-- | src/plugins/General/udisks2/udisks2.pro | 2 |
17 files changed, 18 insertions, 18 deletions
diff --git a/src/plugins/General/converter/converter.pro b/src/plugins/General/converter/converter.pro index f1ff74e88..25c13b163 100644 --- a/src/plugins/General/converter/converter.pro +++ b/src/plugins/General/converter/converter.pro @@ -23,6 +23,6 @@ LIBS += $$QMMPUI_LIB PKGCONFIG += taglib unix{ - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/copypaste/copypaste.pro b/src/plugins/General/copypaste/copypaste.pro index 1f1a2041a..37a1584be 100644 --- a/src/plugins/General/copypaste/copypaste.pro +++ b/src/plugins/General/copypaste/copypaste.pro @@ -13,6 +13,6 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro index ef34f3302..c2bd72be7 100644 --- a/src/plugins/General/covermanager/covermanager.pro +++ b/src/plugins/General/covermanager/covermanager.pro @@ -18,6 +18,6 @@ RESOURCES = translations/translations.qrc \ LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index d4cff98ba..ef641e979 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -20,6 +20,6 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/gnomehotkey/gnomehotkey.pro b/src/plugins/General/gnomehotkey/gnomehotkey.pro index fa067f2b3..830c01aa3 100644 --- a/src/plugins/General/gnomehotkey/gnomehotkey.pro +++ b/src/plugins/General/gnomehotkey/gnomehotkey.pro @@ -14,5 +14,5 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB -target.path = $$LIB_DIR/qmmp/General +target.path = $$PLUGIN_DIR/General INSTALLS += target diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 3ad52ba04..f11f57489 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -22,5 +22,5 @@ LIBS += $$QMMPUI_LIB RESOURCES = translations/translations.qrc -target.path = $$LIB_DIR/qmmp/General +target.path = $$PLUGIN_DIR/General INSTALLS += target diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index e8477431e..320d4e1a0 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -21,7 +21,7 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB
unix {
- target.path = $$LIB_DIR/qmmp/General
+ target.path = $$PLUGIN_DIR/General
INSTALLS += target
PKGCONFIG += x11
DEFINES += HAVE_XKBLIB_H
diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index 35b3ce238..dcc7d7a62 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -21,8 +21,8 @@ RESOURCES += translations/translations.qrc LIBS += $$QMMPUI_LIB -target.path = $$LIB_DIR/qmmp/General +target.path = $$PLUGIN_DIR/General images.files = images/app_icon.png \ images/empty_cover.png -images.path = /share/qmmp/images/ +images.path = $$DATA_DIR/qmmp/images/ INSTALLS += target images diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index 0bdf0b4e1..e3833d68c 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -19,6 +19,6 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 3a64048aa..d08a7cb9b 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -24,5 +24,5 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB -target.path = $$LIB_DIR/qmmp/General +target.path = $$PLUGIN_DIR/General INSTALLS += target diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index d3e38c6fc..50364bb12 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -20,7 +20,7 @@ RESOURCES = notifier_images.qrc \ LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target PKGCONFIG += x11 QT += x11extras diff --git a/src/plugins/General/rgscan/rgscan.pro b/src/plugins/General/rgscan/rgscan.pro index af749aeb3..ab21f3ac9 100644 --- a/src/plugins/General/rgscan/rgscan.pro +++ b/src/plugins/General/rgscan/rgscan.pro @@ -22,7 +22,7 @@ LIBS += $$QMMPUI_LIB unix { PKGCONFIG += taglib - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 9abd9c812..a22a54807 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -24,6 +24,6 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index dd0ca0999..ea58631cb 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -24,6 +24,6 @@ RESOURCES = translations/translations.qrc \ LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/streambrowser/streambrowser.pro b/src/plugins/General/streambrowser/streambrowser.pro index 75680c8fb..77d550055 100644 --- a/src/plugins/General/streambrowser/streambrowser.pro +++ b/src/plugins/General/streambrowser/streambrowser.pro @@ -19,6 +19,6 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } diff --git a/src/plugins/General/trackchange/trackchange.pro b/src/plugins/General/trackchange/trackchange.pro index f5b0264e1..af10e745b 100644 --- a/src/plugins/General/trackchange/trackchange.pro +++ b/src/plugins/General/trackchange/trackchange.pro @@ -14,7 +14,7 @@ win32 : LIBS += -lqmmpui0 -lqmmp0 RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/General + target.path = $$PLUGIN_DIR/General INSTALLS += target } HEADERS += trackchangefactory.h \ diff --git a/src/plugins/General/udisks2/udisks2.pro b/src/plugins/General/udisks2/udisks2.pro index 86f08b3b9..8b49d9dc5 100644 --- a/src/plugins/General/udisks2/udisks2.pro +++ b/src/plugins/General/udisks2/udisks2.pro @@ -22,5 +22,5 @@ RESOURCES = translations/translations.qrc LIBS += $$QMMPUI_LIB -target.path = $$LIB_DIR/qmmp/General +target.path = $$PLUGIN_DIR/General INSTALLS += target |
