From e7b2feaf474145eb26ea25bcce122f2a04bcd9fb Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 23 Jun 2018 08:40:19 +0000 Subject: changed plugin path (qmake) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8053 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/alsa/alsa.pro | 2 +- src/plugins/Output/directsound/directsound.pro | 2 +- src/plugins/Output/jack/jack.pro | 2 +- src/plugins/Output/null/null.pro | 2 +- src/plugins/Output/oss/oss.pro | 2 +- src/plugins/Output/oss4/oss4.pro | 2 +- src/plugins/Output/pulseaudio/pulseaudio.pro | 2 +- src/plugins/Output/qtmultimedia/qtmultimedia.pro | 2 +- src/plugins/Output/shout/shout.pro | 2 +- src/plugins/Output/wasapi/wasapi.pro | 2 +- src/plugins/Output/waveout/waveout.pro | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'src/plugins/Output') diff --git a/src/plugins/Output/alsa/alsa.pro b/src/plugins/Output/alsa/alsa.pro index 5e5b01322..82ceff031 100644 --- a/src/plugins/Output/alsa/alsa.pro +++ b/src/plugins/Output/alsa/alsa.pro @@ -15,5 +15,5 @@ RESOURCES = translations/translations.qrc PKGCONFIG += alsa -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target diff --git a/src/plugins/Output/directsound/directsound.pro b/src/plugins/Output/directsound/directsound.pro index 3c2c9843c..8f730540a 100644 --- a/src/plugins/Output/directsound/directsound.pro +++ b/src/plugins/Output/directsound/directsound.pro @@ -12,5 +12,5 @@ RESOURCES = translations/translations.qrc LIBS += -ldxguid -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -ldsound -lksuser -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target diff --git a/src/plugins/Output/jack/jack.pro b/src/plugins/Output/jack/jack.pro index b5f5369e8..2fbb01c99 100644 --- a/src/plugins/Output/jack/jack.pro +++ b/src/plugins/Output/jack/jack.pro @@ -14,5 +14,5 @@ RESOURCES = translations/translations.qrc PKGCONFIG += jack soxr -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target diff --git a/src/plugins/Output/null/null.pro b/src/plugins/Output/null/null.pro index bd4e424a6..efb633f3b 100644 --- a/src/plugins/Output/null/null.pro +++ b/src/plugins/Output/null/null.pro @@ -11,6 +11,6 @@ SOURCES += outputnullfactory.cpp \ RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/Output + target.path = $$PLUGIN_DIR/Output INSTALLS += target } diff --git a/src/plugins/Output/oss/oss.pro b/src/plugins/Output/oss/oss.pro index d497d6207..68d67bc48 100644 --- a/src/plugins/Output/oss/oss.pro +++ b/src/plugins/Output/oss/oss.pro @@ -16,5 +16,5 @@ RESOURCES = translations/translations.qrc DEFINES += HAVE_SYS_SOUNDCARD_H -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target diff --git a/src/plugins/Output/oss4/oss4.pro b/src/plugins/Output/oss4/oss4.pro index 26076e918..0d81a249d 100644 --- a/src/plugins/Output/oss4/oss4.pro +++ b/src/plugins/Output/oss4/oss4.pro @@ -16,5 +16,5 @@ RESOURCES = translations/translations.qrc DEFINES += HAVE_SYS_SOUNDCARD_H -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target diff --git a/src/plugins/Output/pulseaudio/pulseaudio.pro b/src/plugins/Output/pulseaudio/pulseaudio.pro index 1487fb347..623679b3f 100644 --- a/src/plugins/Output/pulseaudio/pulseaudio.pro +++ b/src/plugins/Output/pulseaudio/pulseaudio.pro @@ -12,5 +12,5 @@ RESOURCES = translations/translations.qrc PKGCONFIG += libpulse-simple -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target diff --git a/src/plugins/Output/qtmultimedia/qtmultimedia.pro b/src/plugins/Output/qtmultimedia/qtmultimedia.pro index f5afd0e58..9278bc347 100644 --- a/src/plugins/Output/qtmultimedia/qtmultimedia.pro +++ b/src/plugins/Output/qtmultimedia/qtmultimedia.pro @@ -17,6 +17,6 @@ SOURCES += outputqtmultimediafactory.cpp \ RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/Output + target.path = $$PLUGIN_DIR/Output INSTALLS += target } diff --git a/src/plugins/Output/shout/shout.pro b/src/plugins/Output/shout/shout.pro index 939f5ad3f..0579cad1a 100644 --- a/src/plugins/Output/shout/shout.pro +++ b/src/plugins/Output/shout/shout.pro @@ -17,7 +17,7 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc unix { - target.path = $$LIB_DIR/qmmp/Output + target.path = $$PLUGIN_DIR/Output INSTALLS += target PKGCONFIG += ogg vorbis vorbisenc shout soxr } diff --git a/src/plugins/Output/wasapi/wasapi.pro b/src/plugins/Output/wasapi/wasapi.pro index d66c9f8c0..e40dc88a4 100644 --- a/src/plugins/Output/wasapi/wasapi.pro +++ b/src/plugins/Output/wasapi/wasapi.pro @@ -14,7 +14,7 @@ RESOURCES = translations/translations.qrc LIBS += -lstrmiids -ldmoguids -lmsdmo -lole32 -loleaut32 -luuid -lgdi32 -lksuser -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target FORMS += \ diff --git a/src/plugins/Output/waveout/waveout.pro b/src/plugins/Output/waveout/waveout.pro index 86485d90b..42523fe58 100644 --- a/src/plugins/Output/waveout/waveout.pro +++ b/src/plugins/Output/waveout/waveout.pro @@ -12,5 +12,5 @@ RESOURCES = translations/translations.qrc LIBS += -lwinmm -target.path = $$LIB_DIR/qmmp/Output +target.path = $$PLUGIN_DIR/Output INSTALLS += target -- cgit v1.2.3-13-gbd6f