mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-17 14:49:21 +01:00
31 lines
517 B
Prolog
31 lines
517 B
Prolog
|
#-------------------------------------------------
|
||
|
#
|
||
|
# Project created by QtCreator 2010-12-02T02:54:54
|
||
|
#
|
||
|
#-------------------------------------------------
|
||
|
|
||
|
QT += core gui
|
||
|
|
||
|
TARGET = saveToy
|
||
|
TEMPLATE = app
|
||
|
|
||
|
|
||
|
SOURCES += main.cpp\
|
||
|
mainwindow.cpp \
|
||
|
savebanner.cpp \
|
||
|
savelistitem.cpp \
|
||
|
saveloadthread.cpp \
|
||
|
tools.cpp
|
||
|
|
||
|
HEADERS += mainwindow.h \
|
||
|
includes.h \
|
||
|
savebanner.h \
|
||
|
savelistitem.h \
|
||
|
saveloadthread.h \
|
||
|
tools.h
|
||
|
|
||
|
FORMS += mainwindow.ui
|
||
|
|
||
|
RESOURCES += \
|
||
|
rc.qrc
|