blob: efb633f3bda9258e99a449d5624588a907e02ed6 (
plain) (
tree)
|
|
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
}
|