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