-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathMesher.pro
132 lines (105 loc) · 3.4 KB
/
Mesher.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#-------------------------------------------------
#
# Project created by QtCreator 2019-03-05T14:59:33
#
#-------------------------------------------------
include(../config.pri)
######################### GDAL
include(../GIS/configGDAL.pri);
######################### CGAL
include(configCGAL.pri);
######################### NetCDF
include(../Mesher/configNetCDF.pri);
QT += core gui widgets network xml sql
CONFIG += crypto
TARGET = Mesher
TEMPLATE = app
DEFINES += QT_DEPRECATED_WARNINGS
CONFIG += c++14
SOURCES += \
main.cpp \
mainwindow.cpp \
provider/meshdataprovider.cpp \
ReosMesh/reosmeshgenerator.cpp \
tinEditorUi/reosmapmeshitem.cpp \
ReosTin/reostin.cpp \
tinEditorUi/hdtineditoruidialog.cpp \
tinEditorUi/hdtineditornewdialog.cpp \
../GIS/hdcrsdialogselection.cpp \
../GIS/hdgismanager.cpp \
../GIS/reosmaptool.cpp \
../GIS/reosmap.cpp \
../GIS/reosmapitem.cpp \
../GIS/hdvectorlayerpropertiesdialog.cpp \
../Reos/reosmessagebox.cpp \
../Reos/reosmodule.cpp \
../Reos/reosencodedelement.cpp \
../Reos/reossettings.cpp \
../Reos/reosdialogbox.cpp \
../Reos/reosutils.cpp \
../UtilsGeometry/utilsgeometry2d.cpp \
tinEditorUi/reostineditorgraphic.cpp \
../Reos/Form/reosform.cpp \
ReosMesh/reosmesh.cpp \
ReosMesh/reosmesheditor.cpp \
ReosMesh/reosvertexzspecifier.cpp \
ReosMesh/vertex.cpp \
../Reos/quantity/reosarea.cpp \
../Reos/quantity/reosduration.cpp \
../Reos/quantity/reostime.cpp \
tinEditorUi/reosvertexzspecifierwidget.cpp \
tinEditorUi/reosvertexzspecifiereditorwidget.cpp
HEADERS += \
mainwindow.h \
provider/meshdataprovider.h \
tinEditorUi/hdtineditoruidialog.h \
tinEditorUi/hdtineditornewdialog.h \
ReosTin/reostin.h \
tinEditorUi/reosmapmeshitem.h\
../GIS/reosmapitem.h \
../GIS/hdcrsdialogselection.h \
../GIS/hdgismanager.h \
../GIS/reosmap.h \
../GIS/reosmaptool.h \
../GIS/hdvectorlayerpropertiesdialog.h \
../Reos/reosencodedelement.h \
../Reos/reosmodule.h \
../Reos/reossettings.h \
../Reos/reosmessagebox.h \
../Reos/reosdialogbox.h \
../Reos/reosutils.h \
../UtilsGeometry/utilsgeometry2d.h \
tinEditorUi/reostineditorgraphic.h \
HdTin/test.h \
../Reos/Form/reosform.h\
ReosMesh/reosmesh.h \
ReosMesh/reosmesheditor.h \
ReosMesh/reosmeshgenerator.h \
ReosMesh/reosvertexzspecifier.h \
ReosMesh/vertex.h \
../Reos/quantity/reosarea.h \
../Reos/quantity/reosduration.h \
../Reos/quantity/reostime.h \
tinEditorUi/reosvertexzspecifierwidget.h \
../icones/curseur.h \
tinEditorUi/reosvertexzspecifiereditorwidget.h
FORMS += \
mainwindow.ui \
../GIS/hdcrsdialogselection.ui \
../GIS/hdrasterlayerpropertiesdialog.ui \
../GIS/hdvectorlayerpropertiesdialog.ui \
../Reos/reosmessagebox.ui \
tinEditorUi/hdtineditoruidialog.ui \
tinEditorUi/hdtineditornewdialog.ui \
tinEditorUi/reosvertexzspecifierwidget.ui \
tinEditorUi/reosvertexzspecifiereditorwidget.ui
TRANSLATIONS +=../i18n/hydro_en.ts
TRANSLATIONS +=../i18n/hydro_fr.ts
RESOURCES += \
../icones/cursor/curseur.qrc \
../icones/hdicone.qrc \
../icones/symbology/symbology.qrc
######################### QGIS
INCLUDEPATH +=../GIS/QGis_app/
include(../GIS/ConfigQgis.pri); #comment to generate the linguist file
#RC_FILE = ../cmn/icone/mesher.rc