Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

savegame.pro Example File

serialization/savegame/savegame.pro
QT += core
QT -= gui

TARGET = savegame
CONFIG += console
CONFIG -= app_bundle

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
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded