diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-02 13:21:22 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2018-07-02 13:21:22 +0000 |
| commit | d926747985f235f33ad2a7d654beceb688391e83 (patch) | |
| tree | 9721087c205d8b6deba5ef3266479f22c39cf349 /src/qmmpui/qmmpui.pro | |
| parent | 59b45bbaf6a0c2d8f73415da3c0884146a788c0c (diff) | |
| download | qmmp-d926747985f235f33ad2a7d654beceb688391e83.tar.gz qmmp-d926747985f235f33ad2a7d654beceb688391e83.tar.bz2 qmmp-d926747985f235f33ad2a7d654beceb688391e83.zip | |
fixed win32 build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@8091 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/qmmpui.pro')
| -rw-r--r-- | src/qmmpui/qmmpui.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/qmmpui.pro b/src/qmmpui/qmmpui.pro index 467ea8ddf..018654cab 100644 --- a/src/qmmpui/qmmpui.pro +++ b/src/qmmpui/qmmpui.pro @@ -22,7 +22,7 @@ unix { win32 { TARGET = ../../../bin/qmmpui - LIBS += -L../../bin -lqmmp0 -lole32 + LIBS += -L../../bin -lqmmp1 -lole32 HEADERS += winfileassoc.h \ winfileassocpage_p.h SOURCES += winfileassoc.cpp \ |
