aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/Effect/ladspa/ladspa.pro
blob: 3ed178a3a638cf10b9081c72c71886313152d6c0 (plain) (tree)
1
2
3
4
5
6
7
8
9
                          


                                       
                         

                           
                    
              

                    
 
                           

                             
                      

                      
 
                          
 
                                         
 
                                 
                                                
 
                                 
                  
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/Effect/ladspa

HEADERS += ladspahost.h \
    effectladspafactory.h \
    settingsdialog.h \
    ladspaslider.h \
    ladspa.h \
    ladspahelper.h \
    ladspabutton.h

SOURCES += ladspahost.cpp \
    effectladspafactory.cpp \
    settingsdialog.cpp \
    ladspaslider.cpp \
    ladspahelper.cpp \
    ladspabutton.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

LIBS += -L/usr/lib -I/usr/include
linux-g++|linux-g++-32|linux-g++-64:LIBS += -ldl

target.path = $$PLUGIN_DIR/Effect
INSTALLS += target