aboutsummaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-02 13:21:22 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2018-07-02 13:21:22 +0000
commitd926747985f235f33ad2a7d654beceb688391e83 (patch)
tree9721087c205d8b6deba5ef3266479f22c39cf349 /src/app
parent59b45bbaf6a0c2d8f73415da3c0884146a788c0c (diff)
downloadqmmp-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/app')
-rw-r--r--src/app/app.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/app.pro b/src/app/app.pro
index 9e9551591..9dae0ecfd 100644
--- a/src/app/app.pro
+++ b/src/app/app.pro
@@ -45,7 +45,7 @@ unix {
}
win32 {
- LIBS += -lqmmp0 -lqmmpui0
+ LIBS += -lqmmp1 -lqmmpui1
QMAKE_LIBDIR += ../../bin
RC_FILE = qmmp.rc
}