mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 05:29:14 +01:00
da59f4ec49
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@2 389f4c8b-5dfe-645f-db0e-df882bc27289
17 lines
384 B
Prolog
Executable File
17 lines
384 B
Prolog
Executable File
# -------------------------------------------------
|
|
# Project created by QtCreator 2010-12-06T03:40:50
|
|
# -------------------------------------------------
|
|
TARGET = nandExtract
|
|
TEMPLATE = app
|
|
SOURCES += main.cpp \
|
|
nandwindow.cpp \
|
|
nandbin.cpp \
|
|
tools.cpp \
|
|
aes.c
|
|
HEADERS += nandwindow.h \
|
|
nandbin.h \
|
|
includes.h \
|
|
tools.h \
|
|
aes.h
|
|
FORMS += nandwindow.ui
|