1
0
Fork 0
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:
Dominik Riebeling 2008-07-06 19:46:48 +00:00
parent 46548ee77c
commit 341f831310

View file

@ -209,6 +209,7 @@ macx {
static {
QTPLUGIN += qtaccessiblewidgets
LIBS += -L$$(QT_BUILD_TREE)/plugins/accessible -lqtaccessiblewidgets
LIBS += -L.
DEFINES += STATIC
message("using static plugin")
}