diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-11-04 14:44:36 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2011-11-04 14:44:36 +0000 |
| commit | e8aff58914243940124b0f465f424ff1076cb3e4 (patch) | |
| tree | 965609179894390de37c50d34dd23ca85bed7dd0 /src/plugins/Engines | |
| parent | dd35b1d05f57a38dd8ed65a15b59970c7c25d8d2 (diff) | |
| download | qmmp-e8aff58914243940124b0f465f424ff1076cb3e4.tar.gz qmmp-e8aff58914243940124b0f465f424ff1076cb3e4.tar.bz2 qmmp-e8aff58914243940124b0f465f424ff1076cb3e4.zip | |
fixed libmplayer.so path
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2493 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Engines')
| -rw-r--r-- | src/plugins/Engines/mplayer/mplayer.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
