-
Notifications
You must be signed in to change notification settings - Fork 0
/
MainGen.pro
107 lines (98 loc) · 2.58 KB
/
MainGen.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
QT += core printsupport gui sql network core5compat
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++17
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
TouchProbe/touchprobe.cpp \
TouchProbe/tp_ausrichten.cpp \
TouchProbe/tp_bohrung.cpp \
TouchProbe/tp_ebenheit.cpp \
TouchProbe/tp_scrollcontent.cpp \
TouchProbe/tp_base.cpp \
TouchProbe/tp_item.cpp \
TouchProbe/tp_kante.cpp \
TouchProbe/tp_steg.cpp \
c_algin.cpp \
dialogProgress.cpp \
dialogrohteilkontrolle.cpp \
magazin.cpp \
magazinmodel.cpp \
main.cpp \
mainwindow.cpp \
dbManager.cpp \
dialogrepetition.cpp \
dialogSettings.cpp \
dialogStart.cpp \
mfile.cpp \
parser_placeholder.cpp \
parser_programm.cpp \
project.cpp \
project_loader.cpp \
project_saver.cpp \
settings.cpp \
tablemodel.cpp \
tableprinter.cpp \
tool.cpp \
toollist.cpp \
license.cpp
HEADERS += \
TouchProbe/TP_Struct.h \
TouchProbe/touchprobe.h \
TouchProbe/tp_ausrichten.h \
TouchProbe/tp_bohrung.h \
TouchProbe/tp_ebenheit.h \
TouchProbe/tp_scrollcontent.h \
TouchProbe/tp_base.h \
TouchProbe/tp_item.h \
TouchProbe/tp_kante.h \
TouchProbe/tp_steg.h \
c_algin.h \
dialogProgress.h \
dialogrohteilkontrolle.h \
magazin.h \
magazinmodel.h \
mainwindow.h \
dbManager.h \
dialogrepetition.h\
dialogSettings.h \
dialogStart.h \
mfile.h \
parser_placeholder.h \
parser_programm.h \
project.h \
project_loader.h \
project_saver.h \
settings.h \
tablemodel.h \
tableprinter.h \
tool.h \
toollist.h \
license.h
FORMS += \
TouchProbe/touchprobe.ui \
TouchProbe/tp_ausrichten.ui \
TouchProbe/tp_bohrung.ui \
TouchProbe/tp_ebenheit.ui \
TouchProbe/tp_scrollcontent.ui \
TouchProbe/tp_base.ui \
TouchProbe/tp_item.ui \
TouchProbe/tp_kante.ui \
TouchProbe/tp_steg.ui \
c_algin.ui \
dialogProgress.ui \
dialogrohteilkontrolle.ui \
magazin.ui \
mainwindow.ui \
dialogrepetition.ui \
dialogSettings.ui \
dialogStart.ui
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
Icons.qrc
#DISTFILES += \
# Icons/Rohteilkontrolle/RohteilKontrolle00_192.png