wiiqt6/breft_editor/breft.pro
giantpune@gmail.com 271429a006 * display images in the breft thingy
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@32 389f4c8b-5dfe-645f-db0e-df882bc27289
2010-12-29 03:44:52 +00:00

20 lines
281 B
Prolog

QT += core gui\
network
TARGET = breft_editor
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
breft.cpp \
../WiiQt/tools.cpp \
../WiiQt/aes.c \
../WiiQt/sha1.c \
texture.cpp
HEADERS += mainwindow.h \
breft.h \
../WiiQt/tools.h \
texture.h