summaryrefslogtreecommitdiffstats
path: root/examples/corelib/serialization/savegame/CMakeLists.txt
blob: 175fca270f85be66cc2ec734f9be045f5cd3321f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from savegame.pro.

#####################################################################
## savegame Binary:
#####################################################################

add_qt_executable(savegame
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/serialization/savegame"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/corelib/serialization/savegame"
    SOURCES
        character.cpp character.h
        game.cpp game.h
        level.cpp level.h
        main.cpp
    LIBRARIES
        # Remove: gui
)

#### Keys ignored in scope 1:.:savegame.pro:<NONE>:
# CONFIG = "-app_bundle"
# TEMPLATE = "app"