wiiqt/breft_editor/breft.pro
2010-12-29 02:47:06 +00:00

18 lines
249 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
HEADERS += mainwindow.h \
breft.h \
../WiiQt/tools.h \