mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-21 21:19:15 +01:00
19 lines
354 B
Prolog
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
|