aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/Output/alsa/alsa.pro
blob: 82ceff03109939f6818c5d60b21ddbe627e74669 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                          

                                     





                                   
 
                          
 
                                         
 

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

TARGET = $$PLUGINS_PREFIX/Output/alsa

HEADERS += outputalsa.h \
           outputalsafactory.h  \
           settingsdialog.h
SOURCES += outputalsa.cpp \
           outputalsafactory.cpp  \
           settingsdialog.cpp

FORMS += settingsdialog.ui

RESOURCES = translations/translations.qrc

PKGCONFIG += alsa

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