aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 20:42:49 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2008-02-08 20:42:49 +0000
commitf360d9de6ff14a66e327f6d2c985a4327be4019b (patch)
tree9268d517db02f5ceb3e767aa49cfa3218c6815ef /src/plugins/Effect
parente7440f3513c0ef3e296e77f2da6f8845db0c6c93 (diff)
downloadqmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.gz
qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.tar.bz2
qmmp-f360d9de6ff14a66e327f6d2c985a4327be4019b.zip
fixed cmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@236 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect')
-rw-r--r--src/plugins/Effect/srconverter/CMakeLists.txt2
-rw-r--r--src/plugins/Effect/srconverter/effectsrconverterfactory.h4
-rw-r--r--src/plugins/Effect/srconverter/srconverter.h2
-rw-r--r--src/plugins/Effect/srconverter/srconverter.pro2
4 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/Effect/srconverter/CMakeLists.txt b/src/plugins/Effect/srconverter/CMakeLists.txt
index ef95abf79..93556cc6d 100644
--- a/src/plugins/Effect/srconverter/CMakeLists.txt
+++ b/src/plugins/Effect/srconverter/CMakeLists.txt
@@ -26,7 +26,7 @@ SET(QT_INCLUDES
# libqmmp
include_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../)
-link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../)
+link_directories(${CMAKE_CURRENT_BINARY_DIR}/../../../qmmp)
PKGCONFIG(samplerate SAMPLERATE_INCLUDE_DIR SAMPLERATE_LINK_DIR SAMPLERATE_LINK_FLAGS SAMPLERATE_CFLAGS)
diff --git a/src/plugins/Effect/srconverter/effectsrconverterfactory.h b/src/plugins/Effect/srconverter/effectsrconverterfactory.h
index 4112a3af5..c9854a18b 100644
--- a/src/plugins/Effect/srconverter/effectsrconverterfactory.h
+++ b/src/plugins/Effect/srconverter/effectsrconverterfactory.h
@@ -23,8 +23,8 @@
#include <QObject>
-#include <effectfactory.h>
-#include <effect.h>
+#include <qmmp/effectfactory.h>
+#include <qmmp/effect.h>
/**
@author Ilya Kotov <forkotov02@hotmail.ru>
diff --git a/src/plugins/Effect/srconverter/srconverter.h b/src/plugins/Effect/srconverter/srconverter.h
index 8c6dcb6d3..3638383f9 100644
--- a/src/plugins/Effect/srconverter/srconverter.h
+++ b/src/plugins/Effect/srconverter/srconverter.h
@@ -20,7 +20,7 @@
#ifndef SRCONVERTER_H
#define SRCONVERTER_H
-#include <effect.h>
+#include <qmmp/effect.h>
extern "C"
{
diff --git a/src/plugins/Effect/srconverter/srconverter.pro b/src/plugins/Effect/srconverter/srconverter.pro
index af20c1e92..d50d5ce9a 100644
--- a/src/plugins/Effect/srconverter/srconverter.pro
+++ b/src/plugins/Effect/srconverter/srconverter.pro
@@ -10,7 +10,7 @@ SOURCES += srconverter.cpp \
TARGET=$$PLUGINS_PREFIX/Effect/srconverter
QMAKE_CLEAN =$$PLUGINS_PREFIX/Effect/libsrconverter.so
-INCLUDEPATH += ../../../qmmp
+INCLUDEPATH += ../../../
CONFIG += release \
warn_on \
plugin \