aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
blob: 0536604042fc4be6465186f49f12318a2ebf8176 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include(../../plugins.pri)

TARGET = $$PLUGINS_PREFIX/CommandLineOptions/seekoption

HEADERS += seekoption.h

SOURCES += seekoption.cpp

RESOURCES = translations/translations.qrc

LIBS += $$QMMPUI_LIB

target.path = $$PLUGIN_DIR/CommandLineOptions
INSTALLS += target