diff options
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(); |
