-
Notifications
You must be signed in to change notification settings - Fork 3
/
CANBoot.pro
executable file
·42 lines (32 loc) · 890 Bytes
/
CANBoot.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
#-------------------------------------------------
#
# Project created by QtCreator 2018-02-10T13:33:12
#
#-------------------------------------------------
QT += core gui
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = CANBoot
TEMPLATE = app
DEFINES += QT_DEPRECATED_WARNINGS
SOURCES += \
main.cpp \
mainwindow.cpp \
canboot_library/canboot.cpp \
console.cpp \
canboot_library/bootfirmware.cpp \
filedialog/filefialog.cpp
HEADERS += \
mainwindow.h \
canboot_library/canboot.h \
chai_library/chai.h \
console.h \
canboot_library/bootfirmware.h \
filedialog/filedialog.h
INCLUDEPATH += "$$PWD/chai_library"
LIBS += -L"$$PWD/chai_library" -lchai
FORMS += \
mainwindow.ui
DISTFILES += \
chai_library/chai.lib \
chai_library/chai.dll \
canboot_library/firmware.bin