mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-05 00:55:06 +01:00
63f58938fe
* really fix the bug that caused the nandBin class not to be able to open keys.bin
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
|