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
33 lines
573 B
Prolog
33 lines
573 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2010-12-02T02:54:54
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
QT += core gui
|
|
|
|
TARGET = saveToy
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp\
|
|
mainwindow.cpp \
|
|
savelistitem.cpp \
|
|
saveloadthread.cpp \
|
|
../WiiQt/tools.cpp \
|
|
../WiiQt/savebanner.cpp \
|
|
../WiiQt/aes.c \
|
|
../WiiQt/sha1.c
|
|
|
|
HEADERS += mainwindow.h \
|
|
savelistitem.h \
|
|
saveloadthread.h\
|
|
../WiiQt/tools.h
|
|
|
|
FORMS += mainwindow.ui
|
|
|
|
RESOURCES += \
|
|
rc.qrc
|
|
|
|
INCPATH += "../WiiQt"
|