From 4fa5907a99317a5134bae0f7d7833b65957ed3ec Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 16 Oct 2013 06:38:07 +0000 Subject: rgscan: enabled for windows git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3792 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/General.pro | 6 +++--- src/plugins/General/rgscan/rgscan.pro | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/plugins/General/General.pro b/src/plugins/General/General.pro index 2a7e6f7b2..23d44e75f 100644 --- a/src/plugins/General/General.pro +++ b/src/plugins/General/General.pro @@ -9,11 +9,11 @@ SUBDIRS += statusicon \ streambrowser \ trackchange \ hotkey \ - copypaste + copypaste \ + rgscan unix:SUBDIRS += mpris \ kdenotify \ - converter \ - rgscan + converter contains(CONFIG, UDISKS_PLUGIN){ unix:SUBDIRS += udisks diff --git a/src/plugins/General/rgscan/rgscan.pro b/src/plugins/General/rgscan/rgscan.pro index 5b8ed7ae4..c807e333a 100644 --- a/src/plugins/General/rgscan/rgscan.pro +++ b/src/plugins/General/rgscan/rgscan.pro @@ -13,7 +13,7 @@ TEMPLATE = lib unix:QMAKE_LIBDIR += ../../../../lib unix:LIBS += -lqmmpui -lqmmp -PKGCONFIG += taglib + win32:QMAKE_LIBDIR += ../../../../bin win32:LIBS += -lqmmpui0 -lqmmp0 -ltag.dll @@ -35,6 +35,7 @@ RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ LIB_DIR = /lib + PKGCONFIG += taglib } target.path = $$LIB_DIR/qmmp/General INSTALLS += target -- cgit v1.2.3-13-gbd6f