blob: 69e6b216f29f6475c5b520e044596e5cee7da213 [file] [log] [blame]
QT += core
QT -= gui
TARGET = savegame
CONFIG += cmdline
TEMPLATE = app
# install
target.path = $$[QT_INSTALL_EXAMPLES]/corelib/serialization/savegame
INSTALLS += target
SOURCES += main.cpp \
character.cpp \
game.cpp \
level.cpp
HEADERS += \
character.h \
game.h \
level.h