-
Notifications
You must be signed in to change notification settings - Fork 2
/
djog_unos_2018.pri
60 lines (56 loc) · 1.52 KB
/
djog_unos_2018.pri
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
SOURCES += \
$$PWD/agent.cpp \
$$PWD/agent_type.cpp \
$$PWD/biology.cpp \
$$PWD/game.cpp \
$$PWD/game_state.cpp \
$$PWD/sfml_about_screen.cpp \
$$PWD/sfml_camera.cpp \
$$PWD/sfml_game.cpp \
$$PWD/sfml_game_delegate.cpp \
$$PWD/sfml_menu_screen.cpp \
$$PWD/sfml_resources.cpp \
$$PWD/sfml_title_screen.cpp \
$$PWD/tile.cpp \
$$PWD/tile_type.cpp \
$$PWD/sfml_button.cpp \
$$PWD/tile_id.cpp \
$$PWD/sfml_window_manager.cpp \
$$PWD/sfml_gameover_screen.cpp \
$$PWD/sfml_pause_overlay.cpp \
$$PWD/sfml_shop_overlay.cpp \
$$PWD/sfml_text_input.cpp \
$$PWD/sfml_save_overlay.cpp \
$$PWD/sfml_zen_bar.cpp \
$$PWD/sfml_scroll_box.cpp \
$$PWD/sfml_load_screen.cpp \
$$PWD/sound_type.cpp
HEADERS += \
$$PWD/agent.h \
$$PWD/agent_type.h \
$$PWD/biology.h \
$$PWD/game.h \
$$PWD/game_state.h \
$$PWD/sfml_about_screen.h \
$$PWD/sfml_camera.h \
$$PWD/sfml_game_delegate.h \
$$PWD/sfml_game.h \
$$PWD/sfml_menu_screen.h \
$$PWD/sfml_resources.h \
$$PWD/sfml_title_screen.h \
$$PWD/tile.h \
$$PWD/tile_type.h \
$$PWD/sfml_button.h \
$$PWD/tile_id.h \
$$PWD/sfml_window_manager.h \
$$PWD/sfml_gameover_screen.h \
$$PWD/sfml_pause_overlay.h \
$$PWD/sfml_shop_overlay.h \
$$PWD/sfml_text_input.h \
$$PWD/sfml_save_overlay.h \
$$PWD/sfml_zen_bar.h \
$$PWD/sfml_scroll_box.h \
$$PWD/sfml_load_screen.h \
$$PWD/sound_type.h
RESOURCES += \
$$PWD/djog_unos_2018.qrc