forked from len0rd/rockbox
fix a warning.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14064 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7da683ae82
commit
6139eeda4f
1 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ RESOURCES += rbutilqt.qrc
|
||||||
|
|
||||||
TRANSLATIONS += rbutil_de.ts
|
TRANSLATIONS += rbutil_de.ts
|
||||||
QT += network
|
QT += network
|
||||||
DEFINES += RBUTIL
|
DEFINES += RBUTIL _LARGEFILE64_SOURCE
|
||||||
|
|
||||||
win32{
|
win32{
|
||||||
SOURCES += ../ipodpatcher/ipodio-win32.c
|
SOURCES += ../ipodpatcher/ipodio-win32.c
|
||||||
|
|
@ -75,3 +75,5 @@ unix{
|
||||||
SOURCES += ../ipodpatcher/ipodio-posix.c
|
SOURCES += ../ipodpatcher/ipodio-posix.c
|
||||||
SOURCES += ../sansapatcher/sansaio-posix.c
|
SOURCES += ../sansapatcher/sansaio-posix.c
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue