From 4a82cdf9d88d28d26923091bff34e3a3d5163138 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 1 Sep 2012 11:43:01 +0000 Subject: fixed regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2917 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/qmmp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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(); -- cgit v1.2.3-13-gbd6f