aboutsummaryrefslogblamecommitdiff
path: root/src/plugins/Output/null/null.pro
blob: efb633f3bda9258e99a449d5624588a907e02ed6 (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 = $$PLUGIN_DIR/Output
    INSTALLS += target
}