-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEcoManager2013.pro
121 lines (113 loc) · 3.18 KB
/
EcoManager2013.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
#-------------------------------------------------
#
# Project created by QtCreator 2013-02-24T19:15:10
#
#-------------------------------------------------
QT += core gui sql
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = EcoManager2013
TEMPLATE = app
SOURCES += main.cpp\
MainWindow.cpp \
CompetitionEntryDialog.cpp \
Map/SampleLapViewer.cpp \
Map/MapView.cpp \
Common/IndexedPosition.cpp \
Common/CoordinateItem.cpp \
Map/SectorItem.cpp \
Map/CurvePathBuilder.cpp \
Map/AnimateSectorItem.cpp \
Map/TrackItem.cpp \
Map/TickItem.cpp \
Map/PathBuilder.cpp \
Map/MapScene.cpp \
Common/ColorPicker.cpp \
DBModule/GeoCoordinate.cpp \
Map/MapFrame.cpp \
DBModule/DataPoint.cpp \
DBModule/ExportModule.cpp \
DBModule/Zone.cpp \
DBModule/Race.cpp \
DBModule/LapDetector.cpp \
ExtensibleEllipseItem.cpp \
RaceViewer.cpp \
DBModule/ImportModule.cpp \
Common/ColorizerProxyModel.cpp \
Common/TreeItem.cpp \
Common/HierarchicalProxyModel.cpp \
Common/GroupProxyModel.cpp \
Common/GroupingTreeModel.cpp \
CompetitionProxyModel.cpp \
Plot/Scale.cpp \
Plot/HorizontalScale.cpp \
Plot/VerticalScale.cpp \
Plot/PlotView.cpp \
Plot/PlotCurve.cpp \
Common/TreeLapInformationModel.cpp \
Common/TreeNode.cpp \
LapInformationProxyModel.cpp \
Plot/PlotScene.cpp \
Plot/PlotFrame.cpp \
Common/LapInformationTreeModel.cpp \
Common/TreeElement.cpp \
LapDataCompartor.cpp \
Plot/PlotPrintDialog.cpp \
Utils/QException.cpp \
Utils/DataBaseManager.cpp \
Utils/QCSVParser.cpp
HEADERS += MainWindow.hpp \
CompetitionEntryDialog.hpp \
Map/SampleLapViewer.hpp \
Map/MapView.hpp \
Common/IndexedPosition.hpp \
Common/CoordinateItem.hpp \
Map/SectorItem.hpp \
Map/CurvePathBuilder.hpp \
Map/AnimateSectorItem.hpp \
Map/TrackItem.hpp \
Map/TickItem.hpp \
Map/PathBuilder.hpp \
Map/MapScene.hpp \
Common/ColorPicker.hpp \
DBModule/GeoCoordinate.hpp \
Map/MapFrame.hpp \
DBModule/DataPoint.hpp \
DBModule/ExportModule.hpp \
DBModule/Zone.hpp \
DBModule/Race.hpp \
DBModule/LapDetector.hpp \
ExtensibleEllipseItem.hpp \
RaceViewer.hpp \
DBModule/ImportModule.hpp \
Common/ColorizerProxyModel.hpp \
Common/TreeItem.hpp \
Common/HierarchicalProxyModel.hpp \
Common/GroupProxyModel.hpp \
Common/GroupingTreeModel.hpp \
CompetitionProxyModel.hpp \
Plot/Scale.hpp \
Plot/HorizontalScale.hpp \
Plot/VerticalScale.hpp \
Plot/PlotView.hpp \
Plot/PlotCurve.hpp \
Common/TreeLapInformationModel.hpp \
Common/TreeNode.hpp \
LapInformationProxyModel.hpp \
Plot/PlotScene.hpp \
Plot/PlotFrame.hpp \
Common/LapInformationTreeModel.hpp \
Common/TreeElement.hpp \
LapDataCompartor.hpp \
Plot/PlotPrintDialog.hpp \
Utils/QException.hpp \
Utils/DataBaseManager.hpp \
Utils/QCSVParser.hpp
FORMS += MainWindow.ui \
CompetitionEntryDialog.ui \
Map/SampleLapViewer.ui \
Map/MapFrame.ui \
Plot/PlotFrame.ui \
LapDataCompartor.ui \
Plot/PlotPrintDialog.ui
RESOURCES += \
Resources.qrc