forked from len0rd/rockbox
When building static, add "." to the library include path so libusb.a can be placed in the build folder.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17967 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
46548ee77c
commit
341f831310
1 changed files with 1 additions and 0 deletions
|
@ -209,6 +209,7 @@ macx {
|
|||
static {
|
||||
QTPLUGIN += qtaccessiblewidgets
|
||||
LIBS += -L$$(QT_BUILD_TREE)/plugins/accessible -lqtaccessiblewidgets
|
||||
LIBS += -L.
|
||||
DEFINES += STATIC
|
||||
message("using static plugin")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue