diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-09-08 14:53:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-09-08 14:53:41 +0000 |
| commit | f5d91da6bed3743ed544facd898fd17b10df9110 (patch) | |
| tree | 590c496d438c26cabb00837d7935540018b1db5d /lib/decoder.cpp | |
| parent | bfcd52034d3b0a10f3fae5812bdc2a2943700fe8 (diff) | |
| download | qmmp-f5d91da6bed3743ed544facd898fd17b10df9110.tar.gz qmmp-f5d91da6bed3743ed544facd898fd17b10df9110.tar.bz2 qmmp-f5d91da6bed3743ed544facd898fd17b10df9110.zip | |
added custom library path
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@144 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/decoder.cpp')
| -rw-r--r-- | lib/decoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decoder.cpp b/lib/decoder.cpp index 02983d78b..be8821535 100644 --- a/lib/decoder.cpp +++ b/lib/decoder.cpp @@ -57,7 +57,7 @@ static void checkFactories() QDir pluginsDir (qApp->applicationDirPath()); pluginsDir.cdUp(); - pluginsDir.cd("lib/qmmp/Input"); + pluginsDir.cd("./"LIB_DIR"/qmmp/Input"); foreach (QString fileName, pluginsDir.entryList(QDir::Files)) { QPluginLoader loader(pluginsDir.absoluteFilePath(fileName)); |
