From e8aff58914243940124b0f465f424ff1076cb3e4 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 4 Nov 2011 14:44:36 +0000 Subject: fixed libmplayer.so path git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2493 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Engines/mplayer/mplayer.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Engines/mplayer/mplayer.pro b/src/plugins/Engines/mplayer/mplayer.pro index 46cf15cf7..fd18e9815 100644 --- a/src/plugins/Engines/mplayer/mplayer.pro +++ b/src/plugins/Engines/mplayer/mplayer.pro @@ -32,6 +32,6 @@ TRANSLATIONS = translations/mplayer_plugin_ru.ts \ translations/mplayer_plugin_es.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR):LIB_DIR = /lib -target.path = $$LIB_DIR/qmmp/Input +target.path = $$LIB_DIR/qmmp/Engines INSTALLS += target FORMS += settingsdialog.ui -- cgit v1.2.3-13-gbd6f