wiiqt6/breft_editor/breft.pro
2016-08-23 12:08:17 -04:00

19 lines
354 B
Prolog

QT += core gui network widgets
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