From 74b247ac859dff153a39222fb4e88a447c4f881a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 29 Aug 2017 18:39:47 +0000 Subject: cleaning qmake files git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7419 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.pro | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 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 16931c7a1..bab0e0a82 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -1,7 +1,5 @@ include(../../plugins.pri) -CONFIG += warn_on \ - plugin -TEMPLATE = lib + TARGET = $$PLUGINS_PREFIX/General/scrobbler unix:QMAKE_CLEAN = $$PLUGINS_PREFIX/General/libscrobbler.so @@ -16,19 +14,20 @@ HEADERS += scrobblerfactory.h \ scrobblercache.h \ scrobbler.h \ defines.h -win32:HEADERS += ../../../../src/qmmpui/general.h + SOURCES += scrobblerfactory.cpp \ settingsdialog.cpp \ scrobblerhandler.cpp \ scrobblercache.cpp \ scrobbler.cpp -QT += network -unix:LIBS += -lqmmpui \ - -lqmmp -win32:LIBS += -lqmmpui0 \ - -lqmmp0 + FORMS += settingsdialog.ui +QT += network + +LIBS += -lqmmpui + + -- cgit v1.2.3-13-gbd6f