mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-05 09:05:06 +01:00
20 lines
281 B
Prolog
20 lines
281 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 \
|
|
texture.cpp
|
|
|
|
HEADERS += mainwindow.h \
|
|
breft.h \
|
|
../WiiQt/tools.h \
|
|
texture.h
|