mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 05:29:14 +01:00
fd20bc4484
git-svn-id: http://wiiqt.googlecode.com/svn/trunk@31 389f4c8b-5dfe-645f-db0e-df882bc27289
18 lines
249 B
Prolog
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 \
|