From 5b126a92737bba6264065c8ff437056c908204f5 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 12 Apr 2009 19:31:02 +0000 Subject: added wave output plugin git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@901 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/scrobbler/scrobbler.pro | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'src/plugins/General/scrobbler') diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 98f55d53e..75af38213 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -5,10 +5,11 @@ CONFIG += release \ plugin TEMPLATE = lib -QMAKE_LIBDIR += ../../../../lib +unix:QMAKE_LIBDIR += ../../../../lib +win32:QMAKE_LIBDIR += ../../../../bin TARGET=$$PLUGINS_PREFIX/General/scrobbler -QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libscrobbler.so +unix:QMAKE_CLEAN =$$PLUGINS_PREFIX/General/libscrobbler.so TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ @@ -20,28 +21,28 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ translations/scrobbler_plugin_uk_UA.ts RESOURCES = translations/translations.qrc +unix{ isEmpty(LIB_DIR){ LIB_DIR = /lib } target.path = $$LIB_DIR/qmmp/General INSTALLS += target -#FORMS += settingsdialog.ui - -#RESOURCES += images/images.qrc - +} HEADERS += scrobblerfactory.h \ scrobbler.h \ - settingsdialog.h + settingsdialog.h +win32:HEADERS += ../../../../src/qmmpui/general.h SOURCES += scrobblerfactory.cpp \ scrobbler.cpp \ - settingsdialog.cpp + settingsdialog.cpp QT += network INCLUDEPATH += ../../../ -LIBS += -lqmmpui -lqmmp +unix:LIBS += -lqmmpui -lqmmp +win32:LIBS += -lqmmpui0 -lqmmp0 FORMS += settingsdialog.ui -- cgit v1.2.3-13-gbd6f