diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-09-01 11:43:01 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-09-01 11:43:01 +0000 |
| commit | 4a82cdf9d88d28d26923091bff34e3a3d5163138 (patch) | |
| tree | e5305d7f1408731a30f874deab9c0bcb739897b6 /src | |
| parent | d613220978c20973e852bb056c7fa590ee0928cd (diff) | |
| download | qmmp-4a82cdf9d88d28d26923091bff34e3a3d5163138.tar.gz qmmp-4a82cdf9d88d28d26923091bff34e3a3d5163138.tar.bz2 qmmp-4a82cdf9d88d28d26923091bff34e3a3d5163138.zip | |
fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2917 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/qmmp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qmmp/qmmp.cpp b/src/qmmp/qmmp.cpp index 96fd49b23..05987b7f9 100644 --- a/src/qmmp/qmmp.cpp +++ b/src/qmmp/qmmp.cpp @@ -68,9 +68,9 @@ const QString Qmmp::pluginsPath() //qDebug(QMMP_INSTALL_PREFIX"/"LIB_DIR"/qmmp"); #else #if defined(Q_OS_WIN32) && !defined(Q_OS_CYGWIN) - QDir dir(qApp->applicationDirPath() + "/../"LIB_DIR"/qmmp"); -#else QDir dir(qApp->applicationDirPath() + "/plugins"); +#else + QDir dir(qApp->applicationDirPath() + "/../"LIB_DIR"/qmmp"); #endif #endif return dir.canonicalPath(); |
