diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-30 18:54:45 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2017-08-30 18:54:45 +0000 |
| commit | 87cb0d13094d339fefa846d37594d354a295137b (patch) | |
| tree | c3fe642d750a84c360d1c799dba135cbaeb9e99b /src/app | |
| parent | 1388fb2d12306e693de06fecac4f420bfdd93de4 (diff) | |
| download | qmmp-87cb0d13094d339fefa846d37594d354a295137b.tar.gz qmmp-87cb0d13094d339fefa846d37594d354a295137b.tar.bz2 qmmp-87cb0d13094d339fefa846d37594d354a295137b.zip | |
fixed win32 build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@7425 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/app.pro | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/app/app.pro b/src/app/app.pro index de16fb97a..bbc3fcff9 100644 --- a/src/app/app.pro +++ b/src/app/app.pro @@ -21,9 +21,10 @@ SOURCES += qmmpstarter.cpp \ RESOURCES = images/images.qrc translations/qmmp_locales.qrc INCLUDEPATH += ../ -LIBS += -lqmmp -lqmmpui + unix { + LIBS += -lqmmp -lqmmpui QMAKE_LIBDIR += ../../lib target.path = /bin desktop.files = qmmp.desktop \ @@ -48,6 +49,7 @@ unix { } win32 { + LIBS += -lqmmp0 -lqmmpui0 QMAKE_LIBDIR += ../../bin RC_FILE = qmmp.rc } |
