From 005fb3df8263d1a2aa92666672dbb1567d039c89 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 31 Aug 2017 18:12:53 +0000 Subject: fixed build regression git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7426 90c681e8-e032-0410-971d-27865f9a5e38 --- .../CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro') diff --git a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro index e3d8b6068..035189806 100644 --- a/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro +++ b/src/plugins/CommandLineOptions/IncDecVolumeOption/IncDecVolumeOption.pro @@ -2,13 +2,13 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/CommandLineOptions/incdecvolumeoption -CONFIG += link_qmmpui - HEADERS += incdecvolumeoption.h SOURCES += incdecvolumeoption.cpp RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + target.path = $$LIB_DIR/qmmp/CommandLineOptions INSTALLS += target -- cgit v1.2.3-13-gbd6f