wiiqt/breft_editor/breft.pro

20 lines
281 B
Prolog
Raw Normal View History

2010-12-29 03:47:06 +01:00
QT += core gui\
network
TARGET = breft_editor
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
breft.cpp \
../WiiQt/tools.cpp \
../WiiQt/aes.c \
2010-12-29 04:44:52 +01:00
../WiiQt/sha1.c \
texture.cpp
2010-12-29 03:47:06 +01:00
HEADERS += mainwindow.h \
breft.h \
../WiiQt/tools.h \
2010-12-29 04:44:52 +01:00
texture.h