mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
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
|
|
@ -21,9 +21,9 @@
|
|||
#include "ziputil.h"
|
||||
#include "progressloggerinterface.h"
|
||||
|
||||
#include "quazip.h"
|
||||
#include "quazipfile.h"
|
||||
#include "quazipfileinfo.h"
|
||||
#include "quazip/quazip.h"
|
||||
#include "quazip/quazipfile.h"
|
||||
#include "quazip/quazipfileinfo.h"
|
||||
|
||||
|
||||
ZipUtil::ZipUtil(QObject* parent) : QObject(parent)
|
||||
|
|
|
|||
|
|
@ -20,9 +20,9 @@
|
|||
#define ZIPUTIL_H
|
||||
|
||||
#include <QtCore>
|
||||
#include "quazip.h"
|
||||
#include "quazipfile.h"
|
||||
#include "quazipfileinfo.h"
|
||||
#include "quazip/quazip.h"
|
||||
#include "quazip/quazipfile.h"
|
||||
#include "quazip/quazipfileinfo.h"
|
||||
|
||||
class ZipUtil : public QObject
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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