rbutil: correct dependencies by setting DEPENDPATH.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22803 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b11a7fde08
commit
976784b405
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ HEADERS += rbutilqt.h \
|
|||
INCLUDEPATH = $$_PRO_FILE_PWD_ $$_PRO_FILE_PWD_/irivertools $$_PRO_FILE_PWD_/zip $$_PRO_FILE_PWD_/zlib $$_PRO_FILE_PWD_/base
|
||||
INCLUDEPATH += $$RBBASE_DIR/rbutil/ipodpatcher $$RBBASE_DIR/rbutil/sansapatcher $$RBBASE_DIR/tools/rbspeex $$RBBASE_DIR/tools
|
||||
|
||||
DEPENDPATH = $$INCLUDEPATH
|
||||
|
||||
LIBS += -L$$OUT_PWD -lrbspeex -lmkamsboot -lucl
|
||||
|
||||
TEMPLATE = app
|
||||
|
|
Loading…
Reference in a new issue