aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Effect/Effect.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/Effect/Effect.pro')
-rw-r--r--src/plugins/Effect/Effect.pro6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/plugins/Effect/Effect.pro b/src/plugins/Effect/Effect.pro
index 0d0672fb9..ada94887a 100644
--- a/src/plugins/Effect/Effect.pro
+++ b/src/plugins/Effect/Effect.pro
@@ -9,8 +9,6 @@ SUBDIRS += bs2b
unix {
SUBDIRS += srconverter
- SUBDIRS += soxr
- contains(CONFIG, LADSPA_PLUGIN){
- SUBDIRS += ladspa
- }
+ contains(CONFIG, SOXR_PLUGIN):SUBDIRS += soxr
+ contains(CONFIG, LADSPA_PLUGIN):SUBDIRS += ladspa
}