From 87cb0d13094d339fefa846d37594d354a295137b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 30 Aug 2017 18:54:45 +0000 Subject: fixed win32 build git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7425 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.pro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/plugins/General/scrobbler/scrobbler.pro') diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 5d456e327..c5881d316 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -3,6 +3,7 @@ include(../../plugins.pri) TARGET = $$PLUGINS_PREFIX/General/scrobbler QT += network +CONFIG += link_qmmpui HEADERS += scrobblerfactory.h \ settingsdialog.h \ @@ -21,8 +22,6 @@ FORMS += settingsdialog.ui RESOURCES = translations/translations.qrc -LIBS += -lqmmpui - unix { target.path = $$LIB_DIR/qmmp/General INSTALLS += target -- cgit v1.2.3-13-gbd6f