mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 05:29:14 +01:00
729f215d4e
* really fix the bug that caused the nandBin class not to be able to open keys.bin git-svn-id: http://wiiqt.googlecode.com/svn/trunk@19 389f4c8b-5dfe-645f-db0e-df882bc27289
30 lines
676 B
Prolog
Executable File
30 lines
676 B
Prolog
Executable File
# -------------------------------------------------
|
|
# Project created by QtCreator 2010-12-06T03:40:50
|
|
# -------------------------------------------------
|
|
TARGET = nandExtract
|
|
TEMPLATE = app
|
|
SOURCES += main.cpp \
|
|
nandwindow.cpp \
|
|
../WiiQt/blocks0to7.cpp \
|
|
../WiiQt/tiktmd.cpp \
|
|
../WiiQt/nandbin.cpp \
|
|
../WiiQt/tools.cpp \
|
|
../WiiQt/savebanner.cpp \
|
|
../WiiQt/aes.c \
|
|
../WiiQt/sha1.c \
|
|
nandthread.cpp \
|
|
boot2infodialog.cpp
|
|
|
|
HEADERS += nandwindow.h \
|
|
../WiiQt/tiktmd.h \
|
|
../WiiQt/nandbin.h \
|
|
../WiiQt/tools.h \
|
|
nandthread.h \
|
|
boot2infodialog.h
|
|
|
|
FORMS += nandwindow.ui \
|
|
boot2infodialog.ui
|
|
|
|
RESOURCES += \
|
|
rc.qrc
|