From de2cf5e954ce3a1166deede76a539446f85a9e08 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 5 Apr 2011 14:01:17 +0000 Subject: fixed qmake scripts git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2150 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Effect/ladspa/ladspa.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/plugins/Effect') 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 \ -- cgit v1.2.3-13-gbd6f