blob: 96ad74260878031f83813dde7c0ee76c42e5d252 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/statusoption
HEADERS += statusoption.h
SOURCES += statusoption.cpp
RESOURCES = translations/translations.qrc
LIBS += $$QMMPUI_LIB
target.path = $$PLUGIN_DIR/CommandLineOptions
INSTALLS += target
|