mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 05:29:14 +01:00
134bb8f277
* adding in ASH0, LZ77 and ( messy ) U8 classes git-svn-id: http://wiiqt.googlecode.com/svn/trunk@12 389f4c8b-5dfe-645f-db0e-df882bc27289
20 lines
477 B
Prolog
Executable File
20 lines
477 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
|
|
|
|
HEADERS += nandwindow.h \
|
|
../WiiQt/nandbin.h \
|
|
../WiiQt/tools.h \
|
|
../WiiQt/tools.h
|
|
|
|
FORMS += nandwindow.ui
|