wiiqt/nandExtract/nandExtract.pro
giantpune@gmail.com 167f73aa41 * add access functions to the nandBin class to get the cluster map for whole nand and for a given file
* change the nandExtract program a bit.  move nand extraction to a thread to keep it from hanging the main thread
* add pretty block map
2010-12-11 10:12:50 +00:00

24 lines
521 B
Prolog
Executable File

# -------------------------------------------------
# Project created by QtCreator 2010-12-06T03:40:50
# -------------------------------------------------
TARGET = nandExtract
TEMPLATE = app
SOURCES += main.cpp \
nandwindow.cpp \
../WiiQt/nandbin.cpp \
../WiiQt/tools.cpp \
../WiiQt/savebanner.cpp \
../WiiQt/aes.c \
../WiiQt/sha1.c \
nandthread.cpp
HEADERS += nandwindow.h \
../WiiQt/nandbin.h \
../WiiQt/tools.h \
nandthread.h
FORMS += nandwindow.ui
RESOURCES += \
rc.qrc