wiiqt6/breft_editor/breft.pro

19 lines
354 B
Prolog
Raw Permalink Normal View History

2016-08-23 18:08:17 +02:00
QT += core gui network widgets
TARGET = breft_editor
TEMPLATE = app
SOURCES += main.cpp\
2016-08-23 18:08:17 +02:00
mainwindow.cpp \
breft.cpp \
../WiiQt/tools.cpp \
../WiiQt/aes.c \
../WiiQt/sha1.c \
texture.cpp
HEADERS += mainwindow.h \
2016-08-23 18:08:17 +02:00
breft.h \
../WiiQt/tools.h \
texture.h