mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
w32: add USB autodetection based on PID / VID values.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14826 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4fc77ac3ff
commit
a1a4575740
2 changed files with 89 additions and 4 deletions
|
|
@ -115,20 +115,19 @@ win32 {
|
|||
SOURCES += ../ipodpatcher/ipodio-win32.c
|
||||
SOURCES += ../sansapatcher/sansaio-win32.c
|
||||
RC_FILE = rbutilqt.rc
|
||||
LIBS += -lsetupapi
|
||||
}
|
||||
|
||||
unix {
|
||||
SOURCES += ../ipodpatcher/ipodio-posix.c
|
||||
SOURCES += ../sansapatcher/sansaio-posix.c
|
||||
LIBS += -lusb
|
||||
}
|
||||
|
||||
macx {
|
||||
QMAKE_MAC_SDK=/Developer/SDKs/MacOSX10.4u.sdk
|
||||
CONFIG+=x86 ppc
|
||||
}
|
||||
unix {
|
||||
LIBS += -lusb
|
||||
}
|
||||
|
||||
static {
|
||||
QTPLUGIN += qtaccessiblewidgets
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue