blob: f6f67e01866e04c459223027b8c6c1518ed5375f (
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 = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target
|