-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathetrodiag.pro
74 lines (66 loc) · 1.45 KB
/
etrodiag.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
QT += widgets serialport
requires(qtConfig(combobox))
TARGET = etrodiag
TEMPLATE = app
TRANSLATIONS = etrodiag_ru.ts
SOURCES += \
bitmaskobj.cpp \
bitsetform.cpp \
bytebutton.cpp \
bytedefinition.cpp \
bytesettingsform.cpp \
dataprofiler.cpp \
device.cpp \
devsettingsform.cpp \
getstream.cpp \
livegraph.cpp \
logger.cpp \
main.cpp \
mainwindow.cpp \
masksettingsdialog.cpp \
newconnect.cpp \
newgraph.cpp \
settingsdialog.cpp \
console.cpp \
txtmaskobj.cpp
HEADERS += \
bitmaskobj.h \
bitsetform.h \
bytebutton.h \
bytedefinition.h \
bytesettingsform.h \
dataprofiler.h \
device.h \
devsettingsform.h \
getstream.h \
livegraph.h \
logger.h \
mainwindow.h \
masksettingsdialog.h \
newconnect.h \
newgraph.h \
settingsdialog.h \
console.h \
txtmaskobj.h
FORMS += \
bitsetform.ui \
bytesettingsform.ui \
devsettingsform.ui \
livegraph.ui \
mainwindow.ui \
masksettingsdialog.ui \
newconnect.ui \
settingsdialog.ui
RESOURCES += \
resources.qrc
INSTALLS += target
DISTFILES += \
android/AndroidManifest.xml \
android/build.gradle \
android/gradle/wrapper/gradle-wrapper.jar \
android/gradle/wrapper/gradle-wrapper.properties \
android/gradlew \
android/gradlew.bat \
android/res/values/libs.xml
ANDROID_PACKAGE_SOURCE_DIR = $$PWD/android
ANDROID_ABIS = arm64-v8a x86_64