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