-
Notifications
You must be signed in to change notification settings - Fork 0
/
town.pro
56 lines (52 loc) · 2.23 KB
/
town.pro
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
######################################################################
# Automatically generated by qmake (3.1) Wed Dec 6 13:53:41 2023
######################################################################
TEMPLATE = app
TARGET = town_simulator
INCLUDEPATH += .
# You can make your code fail to compile if you use deprecated APIs.
# In order to do so, uncomment the following line.
# Please consult the documentation of the deprecated API in order to know
# how to port your code away from it.
# You can also select to disable deprecated APIs only up to a certain version of Qt.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
# Input
HEADERS += src/common_functions/common_functions.h \
src/Game.h \
src/struct.h \
src/buildings/building.h \
src/buildings/generators/field.h \
src/buildings/containers/house.h \
src/buildings/generators/shop.h \
src/button/button.h \
src/image/GraphicsPixmapItem.h \
src/info_zone/info_zone.h \
src/settings_building/settings.h \
src/view/GraphicsView.h \
src/info_zone/graphic_bg.h \
src/menu/menu.h \
src/info_zone/tab_info.h \
src/loading_bar/loading_bar.h \
src/buildings/generators/Generator.h \
src/buildings/containers/container.h \
src/buildings/containers/farm.h
SOURCES += main.cpp \
src/common_functions/common_functions.cpp \
src/Game.cpp \
src/buildings/building.cpp \
src/buildings/generators/field.cpp \
src/buildings/containers/house.cpp \
src/buildings/generators/shop.cpp \
src/button/button.cpp \
src/image/GraphicsPixmapItem.cpp \
src/info_zone/info_zone.cpp \
src/settings_building/settings.cpp \
src/view/GraphicsView.cpp \
src/info_zone/graphic_bg.cpp \
src/menu/menu.cpp \
src/info_zone/tab_info.cpp \
src/loading_bar/loading_bar.cpp \
src/buildings/generators/Generator.cpp \
src/buildings/containers/container.cpp \
src/buildings/containers/farm.cpp
QT += widgets