forked from len0rd/rockbox
Fix libs path for building with MSVC.
Change-Id: Iaa0a20c8bff1faaa191de70d6f02c62dafec1591
This commit is contained in:
parent
d1598cfa85
commit
44fcebb988
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ RBLIBS = rbspeex ipodpatcher sansapatcher mkamsboot mktccboot \
|
|||
}
|
||||
win32-msvc* {
|
||||
INCLUDEPATH += msvc
|
||||
LIBS += -L$$_PRO_FILE_/msvc
|
||||
LIBS += -L$$_PRO_FILE_PWD_/msvc
|
||||
LIBS += -ladvapi32 # required for MSVC / Qt Creator combination
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue