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 --- src/plugins/General/rgscan/rgscan.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/plugins/General/rgscan') diff --git a/src/plugins/General/rgscan/rgscan.pro b/src/plugins/General/rgscan/rgscan.pro index 974b922f7..8ceefd0bd 100644 --- a/src/plugins/General/rgscan/rgscan.pro +++ b/src/plugins/General/rgscan/rgscan.pro @@ -1,7 +1,6 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/rgscan -CONFIG += link_qmmpui HEADERS += rgscanfactory.h \ rgscanhelper.h \ @@ -19,6 +18,8 @@ FORMS += rgscandialog.ui RESOURCES = translations/translations.qrc +LIBS += $$QMMPUI_LIB + unix { PKGCONFIG += taglib target.path = $$LIB_DIR/qmmp/General -- cgit v1.2.3-13-gbd6f