aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-04-05 14:01:17 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2011-04-05 14:01:17 +0000
commitde2cf5e954ce3a1166deede76a539446f85a9e08 (patch)
tree7570c1b20905b31ebb27c88753f616b1f1521c97 /src/plugins/Effect
parent761a48386b9e64097dda181be21dec414721e549 (diff)
downloadqmmp-de2cf5e954ce3a1166deede76a539446f85a9e08.tar.gz
qmmp-de2cf5e954ce3a1166deede76a539446f85a9e08.tar.bz2
qmmp-de2cf5e954ce3a1166deede76a539446f85a9e08.zip
fixed qmake scripts
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2150 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect')
-rw-r--r--src/plugins/Effect/ladspa/ladspa.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/plugins/Effect/ladspa/ladspa.pro b/src/plugins/Effect/ladspa/ladspa.pro
index 5b40f3881..60cdc32eb 100644
--- a/src/plugins/Effect/ladspa/ladspa.pro
+++ b/src/plugins/Effect/ladspa/ladspa.pro
@@ -23,8 +23,10 @@ TEMPLATE = lib
QMAKE_LIBDIR += ../../../../lib
LIBS += -lqmmp \
-L/usr/lib \
- -I/usr/include \
- -ldl
+ -I/usr/include
+
+linux-g++:LIBS += -ldl
+
TRANSLATIONS = translations/ladspa_plugin_cs.ts \
translations/ladspa_plugin_de.ts \
translations/ladspa_plugin_zh_CN.ts \