2010-12-18 22:07:58 +01:00
|
|
|
#-------------------------------------------------
|
|
|
|
#
|
|
|
|
# Project created by QtCreator 2010-12-17T16:22:53
|
|
|
|
#
|
|
|
|
#-------------------------------------------------
|
|
|
|
|
|
|
|
#QT += core\
|
|
|
|
# gui
|
|
|
|
|
|
|
|
TARGET = nandBinCheck
|
2011-01-20 04:22:30 +01:00
|
|
|
CONFIG += console
|
|
|
|
CONFIG -= app_bundle
|
2010-12-18 22:07:58 +01:00
|
|
|
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
|
|
../WiiQt/blocks0to7.cpp \
|
|
|
|
../WiiQt/tiktmd.cpp \
|
|
|
|
../WiiQt/nandbin.cpp \
|
|
|
|
../WiiQt/tools.cpp \
|
|
|
|
../WiiQt/savebanner.cpp \
|
|
|
|
../WiiQt/aes.c \
|
|
|
|
../WiiQt/sha1.c \
|
|
|
|
../WiiQt/uidmap.cpp \
|
|
|
|
../WiiQt/sharedcontentmap.cpp \
|
2011-01-19 04:39:39 +01:00
|
|
|
../WiiQt/nandspare.cpp \
|
|
|
|
../WiiQt/settingtxtdialog.cpp \
|
|
|
|
../WiiQt/u8.cpp \
|
|
|
|
../WiiQt/lz77.cpp \
|
2011-01-21 07:21:28 +01:00
|
|
|
../WiiQt/ash.cpp
|
2010-12-18 22:07:58 +01:00
|
|
|
|
|
|
|
HEADERS += ../WiiQt/tiktmd.h \
|
|
|
|
../WiiQt/nandbin.h \
|
|
|
|
../WiiQt/tools.h \
|
|
|
|
../WiiQt/blocks0to7.h \
|
|
|
|
../WiiQt/uidmap.h \
|
|
|
|
../WiiQt/sharedcontentmap.h \
|
2011-01-19 04:39:39 +01:00
|
|
|
../WiiQt/nandspare.h \
|
|
|
|
../WiiQt/settingtxtdialog.h \
|
|
|
|
../WiiQt/u8.h \
|
|
|
|
../WiiQt/lz77.h \
|
2011-01-21 07:21:28 +01:00
|
|
|
../WiiQt/ash.h
|
2011-01-19 04:39:39 +01:00
|
|
|
|
|
|
|
FORMS += \
|
|
|
|
../WiiQt/settingtxtdialog.ui
|