aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/ladspa/ladspa.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/ladspa/ladspa.pro')
-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 \