aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/qmmp/qmmp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/qmmp.cpp b/src/qmmp/qmmp.cpp
index 4f42d6ae5..96fd49b23 100644
--- a/src/qmmp/qmmp.cpp
+++ b/src/qmmp/qmmp.cpp
@@ -67,7 +67,7 @@ const QString Qmmp::pluginsPath()
QDir dir(QMMP_INSTALL_PREFIX"/"LIB_DIR"/qmmp");
//qDebug(QMMP_INSTALL_PREFIX"/"LIB_DIR"/qmmp");
#else
-#ifndef Q_OS_WIN32
+#if defined(Q_OS_WIN32) && !defined(Q_OS_CYGWIN)
QDir dir(qApp->applicationDirPath() + "/../"LIB_DIR"/qmmp");
#else
QDir dir(qApp->applicationDirPath() + "/plugins");