aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-26 13:56:04 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-06-26 13:56:04 +0000
commit18628631f4110c07fbf283a27e7857bfb2462347 (patch)
treebc83a0aff2e37fd9cb691c6039fc88bcc5a2efef
parent0c3360c2bb9b63d35d0f4ce3604d5ced7eb0a7e3 (diff)
downloadqmmp-18628631f4110c07fbf283a27e7857bfb2462347.tar.gz
qmmp-18628631f4110c07fbf283a27e7857bfb2462347.tar.bz2
qmmp-18628631f4110c07fbf283a27e7857bfb2462347.zip
fixed plugin path (#964)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8061 90c681e8-e032-0410-971d-27865f9a5e38
-rw-r--r--src/qmmp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmp/CMakeLists.txt b/src/qmmp/CMakeLists.txt
index fd8ed03cd..012eb3a42 100644
--- a/src/qmmp/CMakeLists.txt
+++ b/src/qmmp/CMakeLists.txt
@@ -16,7 +16,7 @@ SET(libqmmp_DEFINES ${libqmmp_DEFINES} SVN_REVISION="${SVN_REVISION}")
ENDIF(SVN_REVISION)
ENDIF(NOT QMMP_VERSION_STABLE)
-SET(libqmmp_DEFINES ${libqmmp_DEFINES} QMMP_PLUGIN_DIR="${PLUGIN_DIR}")
+SET(libqmmp_DEFINES ${libqmmp_DEFINES} QMMP_PLUGIN_DIR="${CMAKE_INSTALL_PREFIX}/${PLUGIN_DIR}")
include_directories(${CMAKE_CURRENT_BINARY_DIR})