mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 13:29:14 +01:00
cc7d47f3ab
* change the nandExtract program a bit. move nand extraction to a thread to keep it from hanging the main thread * add pretty block map git-svn-id: http://wiiqt.googlecode.com/svn/trunk@15 389f4c8b-5dfe-645f-db0e-df882bc27289
24 lines
521 B
Prolog
Executable File
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
|