* 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 //if it doesnt exist, the function will try to create it
//also creates the normal folders in the nand //also creates the normal folders in the nand
bool SetPath( const QString &path ); 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 //installs a title to the nand dump from an already existing NusJob
//returns false if something went wrong //returns false if something went wrong

View File

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