forked from len0rd/rockbox
Use relative paths to quazip includes.
Shorten the include list a bit by using relative paths. Change-Id: I91fa7b292179c9f8cd0c257ef9b8d26bca34963b
This commit is contained in:
parent
7d8db0a6ff
commit
3e0f2b3e1c
3 changed files with 7 additions and 7 deletions
|
|
@ -145,7 +145,7 @@ QMAKE_EXTRA_TARGETS += lrelease
|
|||
|
||||
# Needed by QT on Win
|
||||
INCLUDEPATH = $$_PRO_FILE_PWD_ $$_PRO_FILE_PWD_/irivertools \
|
||||
$$_PRO_FILE_PWD_/quazip $$_PRO_FILE_PWD_/zlib $$_PRO_FILE_PWD_/base
|
||||
$$_PRO_FILE_PWD_/zlib $$_PRO_FILE_PWD_/base
|
||||
INCLUDEPATH += $$RBBASE_DIR/rbutil/ipodpatcher $$RBBASE_DIR/rbutil/sansapatcher \
|
||||
$$RBBASE_DIR/tools/rbspeex $$RBBASE_DIR/tools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue