* ohneswanzenegger: dont include code for building extracted FS

git-svn-id: http://wiiqt.googlecode.com/svn/trunk@87 389f4c8b-5dfe-645f-db0e-df882bc27289
This commit is contained in:
giantpune 2011-05-15 23:17:06 +00:00
parent 1dab1d2a59
commit 8a683c7078
3 changed files with 109 additions and 120 deletions

View File

@ -46,7 +46,7 @@ public:
//if it doesnt exist, the function will try to create it
//also creates the normal folders in the nand
bool SetPath( const QString &path );
const QString GetPath(){ return basePath; }
const QString &GetPath(){ return basePath; }
//installs a title to the nand dump from an already existing NusJob
//returns false if something went wrong

View File

@ -1,17 +1,12 @@
# -------------------------------------------------
#
# Project created by QtCreator 2010-12-02T23:30:12
#
# -------------------------------------------------
QT += core gui\
QT += core \
gui \
network
TARGET = ohneschwanzenegger
TEMPLATE = app
DEFINES += NAND_BIN_CAN_WRITE
SOURCES += main.cpp \
mainwindow.cpp \
../WiiQt/tools.cpp \
@ -19,7 +14,6 @@ SOURCES += main.cpp\
../WiiQt/tiktmd.cpp \
../WiiQt/nusdownloader.cpp \
../WiiQt/uidmap.cpp \
../WiiQt/nanddump.cpp \
../WiiQt/settingtxtdialog.cpp \
../WiiQt/wad.cpp \
../WiiQt/aes.c \
@ -28,7 +22,6 @@ SOURCES += main.cpp\
../WiiQt/nandbin.cpp \
../WiiQt/nandspare.cpp \
../WiiQt/blocks0to7.cpp
HEADERS += mainwindow.h \
../WiiQt/tools.h \
../WiiQt/uidmap.h \
@ -36,17 +29,13 @@ HEADERS += mainwindow.h \
../WiiQt/tiktmd.h \
../WiiQt/nusdownloader.h \
../WiiQt/uidmap.h \
../WiiQt/nanddump.h \
../WiiQt/settingtxtdialog.h \
../WiiQt/wad.h \
newnandbin.h \
../WiiQt/nandbin.h \
../WiiQt/nandspare.h \
../WiiQt/blocks0to7.h
FORMS += mainwindow.ui \
../WiiQt/settingtxtdialog.ui \
newnandbin.ui
RESOURCES += \
rc.qrc
RESOURCES += rc.qrc