diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-16 06:38:07 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-16 06:38:07 +0000 |
| commit | 4fa5907a99317a5134bae0f7d7833b65957ed3ec (patch) | |
| tree | 8e1a0ad1b99c26fcb60e8083152eb12143051304 /src/plugins/General/rgscan/rgscan.pro | |
| parent | b75f344f22b7f5f2b28432a280d59fdf866b146e (diff) | |
| download | qmmp-4fa5907a99317a5134bae0f7d7833b65957ed3ec.tar.gz qmmp-4fa5907a99317a5134bae0f7d7833b65957ed3ec.tar.bz2 qmmp-4fa5907a99317a5134bae0f7d7833b65957ed3ec.zip | |
rgscan: enabled for windows
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3792 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/rgscan/rgscan.pro')
| -rw-r--r-- | src/plugins/General/rgscan/rgscan.pro | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
