-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGeneration-Ville.pro
92 lines (87 loc) · 2.21 KB
/
Generation-Ville.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
QT += core gui
TARGET = Generation-Ville
CONFIG += console c++11
CONFIG -= app_bundle
TEMPLATE = app
SOURCES += main.cpp \
mathutils.cpp \
matrix3.cpp \
meshbuilder.cpp \
vector2d.cpp \
vector3d.cpp \
mesh.cpp \
generateur.cpp \
plan/parcelle.cpp \
batiment/batiment.cpp \
polyangle.cpp \
droite.cpp \
batiment/toit.cpp \
batiment/etage.cpp \
plan/route.cpp \
plan/plan.cpp \
plan/quartier.cpp \
batiment/rezdechaussee.cpp \
batiment/toitplat.cpp \
batiment/toitresidentiel.cpp \
batiment/etageresidentiel.cpp \
batiment/petitetageresidentiel.cpp \
batiment/cheminee.cpp \
batiment/rezdechausseebusiness.cpp \
batiment/rezdechausseeresidentiel.cpp \
batiment/etagebusiness.cpp \
batiment/petitetagebusiness.cpp \
batiment/division.cpp \
batiment/jointure.cpp \
batiment/etagel.cpp \
batiment/divisionl.cpp \
batiment/jointurel.cpp \
batiment/toitbusiness.cpp \
batiment/antenne.cpp \
batiment/toitbordure.cpp \
polyanglehauteur.cpp \
batiment/doubleetagebusiness.cpp \
plan/citycenter.cpp \
batiment/multitoit.cpp \
batiment/toitantenne.cpp \
batiment/jardin.cpp
HEADERS += \
mathutils.h \
matrix3.h \
meshbuilder.h \
vector2d.h \
vector3d.h \
mesh.h \
generateur.h \
plan/parcelle.h \
batiment/batiment.h \
polyangle.h \
droite.h \
batiment/toit.h \
batiment/etage.h \
plan/route.h \
plan/plan.h \
plan/quartier.h \
batiment/rezdechaussee.h \
batiment/toitplat.h \
batiment/toitresidentiel.h \
batiment/etageresidentiel.h \
batiment/petitetageresidentiel.h \
batiment/cheminee.h \
batiment/rezdechausseebusiness.h \
batiment/rezdechausseeresidentiel.h \
batiment/etagebusiness.h \
batiment/petitetagebusiness.h \
batiment/division.h \
batiment/jointure.h \
batiment/etagel.h \
batiment/divisionl.h \
batiment/jointurel.h \
batiment/toitbusiness.h \
batiment/antenne.h \
batiment/toitbordure.h \
polyanglehauteur.h \
batiment/doubleetagebusiness.h \
plan/citycenter.h \
batiment/multitoit.h \
batiment/toitantenne.h \
batiment/jardin.h