aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption/SeekOption.pro')
-rw-r--r--src/plugins/CommandLineOptions/SeekOption/SeekOption.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
index d43fe9bfb..041dea806 100644
--- a/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
+++ b/src/plugins/CommandLineOptions/SeekOption/SeekOption.pro
@@ -2,13 +2,13 @@ include(../../plugins.pri)
TARGET = $$PLUGINS_PREFIX/CommandLineOptions/seekoption
-CONFIG += link_qmmpui
-
HEADERS += seekoption.h
SOURCES += seekoption.cpp
RESOURCES = translations/translations.qrc
+LIBS += $$QMMPUI_LIB
+
target.path = $$LIB_DIR/qmmp/CommandLineOptions
INSTALLS += target