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

                          

                                     





                                  

                                         
      

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

TARGET = $$PLUGINS_PREFIX/Output/null

HEADERS += outputnullfactory.h \
           outputnull.h

SOURCES += outputnullfactory.cpp \
           outputnull.cpp

RESOURCES = translations/translations.qrc

unix {
    target.path = $$LIB_DIR/qmmp/Output
    INSTALLS += target
}